diff --git a/css/style.css b/css/style.css index 50ea6fc..1786eb2 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,3 @@ - * { margin: 0; } @@ -339,6 +338,27 @@ h3 { -ms-transform:rotate(68deg); transform: rotate(68deg); } + #game-wrap .touch-spot { + position: absolute; + width: 190px; + height: 210px; + } + #game-wrap .touch-spot-0 { + left: 0px; + top: 0px; + } + #game-wrap .touch-spot-1 { + left: 0px; + top: 210px; + } + #game-wrap .touch-spot-2 { + right: 0px; + top: 0px; + } + #game-wrap .touch-spot-3 { + right: 0px; + top: 210px; + } #game-wrap #score { position: absolute; diff --git a/index.html b/index.html index 2f4bfef..a5b2989 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,10 @@
+
+
+
+