Home Page
Resumes, Coverletters, & Interviews
This site offers letters that range from announcing job changes to countering a written offer.
Designed for graduating college students, this site gives advice on writing resumes, online job searching, relocating, communicating, and more.
Job Seeking Tools
Finding Help in Tough Times
Offered through the State Library of Ohio, this site offers employment, financial, health, housing, parenting, and senior assistance.
Perry County Tourism
There are many reasons to travel to Perry County and its surrounding areas. In particular, opportunities for outdoor activities like hunting and hiking are plentiful, and there are numerous festivals and other events that celebrate the region's rich cultural heritage.
Snacks
body {
background-color: white;
}
p {
font-family: tahoma;
font-size: 30px;
text-align: center;
}
.sched {
box-sizing: content-box;
width: 100%;
height: 100%;
text-align: center;
}
.grid-container {
display: grid;
grid-template-columns: 260px 260px 260px;
grid-template-rows: 260px 260px;
grid-gap 10px;
grid-row-gap 10px;
}
.gridwrapper {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 100vh;
align-items: center;
justify-items: center;
}
.bookmobile {
grid-column: 1 / span 3;
}
ImLibTest
.hgrid {
text-align: center;
font-size: 30px;
}
.titletext {
text-align: center;
font-family: Georgia, serif;
font-size: 80px;
font-weight: bold;
color: white;
background-color: LightSeaGreen;
}
.gridwrapper {
display: grid;
grid-template-columns: 1fr;
align-items: center;
justify-items: center;
}
.topgridcontainer {
display: grid;
grid-template-columns: 500px 500px;
grid-template-rows: 407px
}
.bottomgridcontainer {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 20px;
background-color: LightSeaGreen;
}
.topgridtext {
font-size: 60px;
text-align
Test
.gridwrapper {
display: grid;
grid-template-columns: 1 fr;
align-items: center;
justify-items: center;
}
.gridcontainer {
display: grid;
grid-template-columns: 400px 400px;
grid-column-gap: 60px;
grid-template-rows: auto auto
}
.divleft {
grid-row: 1 / 2 span;
background-color: LightSeaGreen;
align-items: center;
justify-items: center;
text-align: center;
}
.divbasic {
color: green;
text-align: center;
background-color: blue;
}