jimsite/css/home.css
Jim Shepich III 84a2e0a66e Return to template
Old project in the process of being gutted and adapted to a template for my website.
2021-09-28 00:53:49 -04:00

15 lines
221 B
CSS

body{
background-attachment: fixed;
background-image:url('../images/backgrounds/firstepisode.png');
background-size: cover;
background-repeat:no-repeat;
}
#title::before{
content:"Home";
}
.overlay{
display:none;
}