JSDSH/assets/style.css

26 lines
445 B
CSS
Raw Normal View History

2014-09-25 17:29:39 +02:00
body {
width: 800px;
margin: auto;
background: url('/assets/freielande.jpg') no-repeat 0 0, rgb(198,186,160);
background-size: 100% auto;
2014-09-25 18:10:28 +02:00
padding: 10px 0;
2014-09-25 17:29:39 +02:00
}
body>div {
2014-09-25 18:10:28 +02:00
background: rgba(163,128,95,0.9);
2014-09-25 17:29:39 +02:00
align: center;
text-align: center;
2014-09-25 18:10:28 +02:00
border-radius: 20px;
padding: 5px;
2014-09-25 17:29:39 +02:00
}
h1 {
align: center;
2014-09-25 18:10:28 +02:00
margin-top: 10px;
}
#game {
width:auto;
margin: 20px auto;
border: #692200 4px solid ;
2014-09-25 17:29:39 +02:00
}