Further progress in style

This commit is contained in:
Oliver Rümpelein 2014-09-25 18:10:28 +02:00
parent 38af9a533e
commit 3ebc7dfe2c

View file

@ -3,15 +3,24 @@ body {
margin: auto;
background: url('/assets/freielande.jpg') no-repeat 0 0, rgb(198,186,160);
background-size: 100% auto;
padding: 10px 0;
}
body>div {
background: rgba(163,128,95,0.8);
background: rgba(163,128,95,0.9);
align: center;
text-align: center;
border-radius: 20px;
padding: 5px;
}
h1 {
align: center;
margin-top: 10px;
}
#game {
width:auto;
margin: 20px auto;
border: #692200 4px solid ;
}