JSDSH/assets/style.css

41 lines
No EOL
639 B
CSS

body {
width: 800px;
margin: auto;
background: url('/assets/freielande.jpg') no-repeat 0 0, rgb(198,186,160);
background-size: 100% auto;
padding: 10px 0;
}
body>div {
postion:relative;
background: rgba(163,128,95,0.9);
/* align: center;
text-align: center;*/
border-radius: 20px;
padding: 5px;
width:
}
h1 {
align: center;
margin-top: 10px;
}
#game {
width:auto;
margin: 20px auto;
border: #692200 4px solid ;
}
#output {
position:relative;
left: 20px;
width: 350px;
}
#ui {
position: relative;
right: 200px;
width: 350px;
bottom: 20px;
}