diff --git a/index.css b/index.css index 373135f..7fb6bcf 100644 --- a/index.css +++ b/index.css @@ -4,8 +4,9 @@ } #header { - background-color: lightpink; + background-color:lightsalmon; height: 30vh; + display: flex; flex-direction: column; justify-content: center; @@ -15,13 +16,33 @@ #container { background-color: black; height: 70vh; - display: flex; + display: grid; + grid-template-columns: 200 px 200px 200px; + grid-template-rows: 1fr 1fr; justify-content: space-evenly; align-items: center; + } .tile { height: 200px; width: 200px; background-color: aliceblue; + + +} +.row { + display: flex; + flex-direction: row; + width: 150vh; + justify-content: space-evenly; + } + + + + + + + + diff --git a/index.html b/index.html index f5b3c84..ce8e35c 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,21 @@ Color Game + + + + + +
No. of tries
+
+
+
+
+ +
+
+
+
+ + + + + + + + + + + +