17 lines
282 B
CSS
17 lines
282 B
CSS
|
body {
|
||
|
width: 800px;
|
||
|
margin: auto;
|
||
|
background: url('/assets/freielande.jpg') no-repeat 0 0, rgb(198,186,160);
|
||
|
background-size: 100% auto;
|
||
|
|
||
|
}
|
||
|
|
||
|
body>div {
|
||
|
background: rgba(163,128,95,0.8);
|
||
|
align: center;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
align: center;
|
||
|
}
|