Further progress in style
This commit is contained in:
parent
38af9a533e
commit
3ebc7dfe2c
1 changed files with 11 additions and 2 deletions
|
@ -3,15 +3,24 @@ body {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
background: url('/assets/freielande.jpg') no-repeat 0 0, rgb(198,186,160);
|
background: url('/assets/freielande.jpg') no-repeat 0 0, rgb(198,186,160);
|
||||||
background-size: 100% auto;
|
background-size: 100% auto;
|
||||||
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>div {
|
body>div {
|
||||||
background: rgba(163,128,95,0.8);
|
background: rgba(163,128,95,0.9);
|
||||||
align: center;
|
align: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
border-radius: 20px;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
align: center;
|
align: center;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#game {
|
||||||
|
width:auto;
|
||||||
|
margin: 20px auto;
|
||||||
|
border: #692200 4px solid ;
|
||||||
}
|
}
|
Loading…
Reference in a new issue