JSDSH/assets/style.css

41 lines
639 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-26 12:00:15 +02:00
postion:relative;
2014-09-25 18:10:28 +02:00
background: rgba(163,128,95,0.9);
2014-09-26 12:00:15 +02:00
/* align: center;
text-align: center;*/
2014-09-25 18:10:28 +02:00
border-radius: 20px;
padding: 5px;
2014-09-26 12:00:15 +02:00
width:
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-26 12:00:15 +02:00
}
#output {
position:relative;
left: 20px;
width: 350px;
}
#ui {
position: relative;
right: 200px;
width: 350px;
bottom: 20px;
2014-09-25 17:29:39 +02:00
}