MBTI/static/css/app.css
2023-12-14 14:04:28 +08:00

13 lines
259 B
CSS

body {
background: #ddd url("/static/img/field.jpg") fixed no-repeat top left;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
footer{
margin-top: 90px;
}
.flashes{
margin-top: 90px;
text-align: center;
}