15 lines
221 B
CSS
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;
|
|
}
|