19 lines
279 B
Sass
19 lines
279 B
Sass
|
---
|
||
|
---
|
||
|
|
||
|
html,
|
||
|
body
|
||
|
background: url('/img/bg.png') #800000;
|
||
|
|
||
|
#content
|
||
|
font-size: 2em
|
||
|
font-family: ComicSans
|
||
|
margin-left: 5em
|
||
|
font-weight: bolder
|
||
|
text-align: center
|
||
|
line-height: 1.2em
|
||
|
|
||
|
footer
|
||
|
border: 1px solid #FFFFFF
|
||
|
background-color: #800000
|