diff --git a/index.html b/index.html index 714d393..da8b038 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@

Score:0

+
@@ -212,7 +213,6 @@
-
\ No newline at end of file diff --git a/style.css b/style.css index e69de29..758563f 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,13 @@ +.grid { + width: 200px; + height: 400px; + display: flex; + flex-wrap: wrap; + background-color: yellow; +} + +.grid div { + height: 20px; + width: 20px; + background-color: red; +} \ No newline at end of file