diff --git a/assets/css/style.css b/assets/css/style.css index e69de29..9726f06 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -0,0 +1,39 @@ +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; +} \ No newline at end of file diff --git a/assets/img/bg_alpha.png b/assets/img/bg_alpha.png new file mode 100644 index 0000000..2116576 Binary files /dev/null and b/assets/img/bg_alpha.png differ diff --git a/assets/img/bg_sand.png b/assets/img/bg_sand.png new file mode 100644 index 0000000..b83e11e Binary files /dev/null and b/assets/img/bg_sand.png differ diff --git a/index.html b/index.html index 4f9c91b..cec1847 100644 --- a/index.html +++ b/index.html @@ -1,63 +1,17 @@ - Tank Breaker + de_tank - - + -
- - - - +
+

de_tank

+
+
+
+
+ \ No newline at end of file