Detank/assets/css/style.css

49 lines
739 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;
2017-12-08 23:44:51 +00:00
user-select: none;
2017-12-08 20:14:29 +00:00
}
.header{
text-align: center;
}
.header h1{
display: inline-block;
font-size: 42px;
padding-top: 15px;
padding-bottom: 20px;
color: #fff;
}
2017-12-08 23:44:51 +00:00
.container{
max-width: 1140px;
margin: auto;
2017-12-08 22:21:05 +00:00
}
2017-12-08 23:44:51 +00:00
.map{
text-align: center;
background: url(../img/bg_sand.png) repeat;
display: inline-block;
padding-top: 7px;
padding-bottom: 3px;
2017-12-08 22:21:05 +00:00
}
2017-12-08 23:44:51 +00:00
.line{
display: inline-block;
2017-12-08 22:21:05 +00:00
}
2017-12-08 23:44:51 +00:00
.col{
height: 50px;
width: 50px;
border: solid 0px #000;
display: inline-block;
2017-12-08 22:21:05 +00:00
}
2017-12-08 23:44:51 +00:00
.line-3 > .col-12{
background: url(../img/tank_bg.png) no-repeat;
background-position: 0px 0px;
}