13 lines
259 B
CSS
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;
|
|
} |