9 lines
108 B
CSS
9 lines
108 B
CSS
|
html {
|
||
|
background-color: #fdf6e3 !important;
|
||
|
}
|
||
|
|
||
|
footer {
|
||
|
text-align: center;
|
||
|
margin-top: 3em;
|
||
|
}
|