diff --git a/index.html b/index.html index 31240fd..3f42791 100644 --- a/index.html +++ b/index.html @@ -1,150 +1,92 @@ + - - + + 2048 + - - - -
-

- -2048 - - -

-
-
-

-Score Board - -

- -
-
-

-New Game -

- -
- - - -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
-
-

Made By : Tushar Gupta
Get Code at : Github -

- - - - +
+

+ 2048 +

+
+
+

+ Score Board +

+
+
+

+ New Game +

+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+
+
+

+ Made By : Tushar Gupta +
+ Get Code at : + Github +

+
- - - - - - - \ No newline at end of file + diff --git a/style.css b/style.css index d2afa53..9602eca 100644 --- a/style.css +++ b/style.css @@ -1,60 +1,54 @@ -#table td{ - height: 130px; - width: 130px; - font-size:40px; - text-align: center; - padding: 10px; - border: 8px solid grey; - - +#table td { + height: 130px; + width: 130px; + font-size: 40px; + text-align: center; + padding: 10px; + border: 8px solid grey; } #table tr { - margin: 0px; - padding: 10px; - font-size:40px; - text-align: center; - border: 8px solid grey; - + margin: 0px; + padding: 10px; + font-size: 40px; + text-align: center; + border: 8px solid grey; } #table { - - border-radius: 20px; - font: 20px; - background: #CDC1B4; -} -#first{ -border-top-left-radius: 10px; + border-radius: 20px; + font: 20px; + background: #CDC1B4; } -#back{ - width: 200px; - height: 100px; - margin: 10; - text-align: center; - border-radius: 10px; - border: 5px solid grey; - background: #BBADA0 -} -#back2{ - width: 150px; - height: 70px; - margin: 10; - text-align: center; - border-radius: 10px; - border: 5px solid grey; - background: #BBADA0 +#first { + border-top-left-radius: 10px; } -#keys .k{ - height: 50px; - - font-size:30px; - text-align: center; - padding: 10px; - border: 8px solid grey; - +#back { + width: 200px; + height: 100px; + margin: 10; + text-align: center; + border-radius: 10px; + border: 5px solid grey; + background: #BBADA0 +} +#back2 { + width: 150px; + height: 70px; + margin: 10; + text-align: center; + border-radius: 10px; + border: 5px solid grey; + background: #BBADA0 } +#keys .k { + height: 50px; + font-size: 30px; + text-align: center; + padding: 10px; + border: 8px solid grey; +}