MBTI/static/css/app.css

13 lines
259 B
CSS
Raw Normal View History

2023-12-14 14:04:28 +08:00
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;
}