Detank/assets/css/style.css

39 lines
604 B
CSS
Raw Normal View History

2017-12-08 20:14:29 +00:00
body{
margin: 0;
padding: 0;
font-family: sans-serif;
background: #232323;
}
.header{
text-align: center;
}
.header h1{
display: inline-block;
font-size: 42px;
padding-top: 15px;
padding-bottom: 20px;
color: #fff;
}
.map{
width: 1170px;
height: 658px;
border: solid 3px red;
background: url(../img/bg_sand.png) repeat;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.block{
height: 20px;
width: 20px;
background: green;
position: absolute;
left: 50px;
top: 50px;
}