website/public/css/classicappdark.css

19 lines
390 B
CSS

html {
background: url('../img/animateddark.png');
background-color: rgb(1, 17, 48);
background-position: center bottom;
background-repeat: repeat-x;
background-attachment: fixed;
animation-name: animatedbackground;
animation-duration: 50s;
animation-iteration-count: infinite;
}
.content, #footer {
max-width: 1000px;
margin: auto;
}
.content {
margin-top: 105px;
}