diff --git a/index.css b/index.css index 373135f..f40c178 100644 --- a/index.css +++ b/index.css @@ -4,24 +4,44 @@ } #header { - background-color: lightpink; - height: 30vh; + background-color: rgb(255, 182, 193); + height: 20vh; display: flex; flex-direction: column; justify-content: center; align-items: center; } -#container { +#container1 { + background-color: black; + height: 30vh; + display: flex; + justify-content: space-evenly; + align-items: center; +} +#container2 { background-color: black; - height: 70vh; + height: 30vh; display: flex; justify-content: space-evenly; align-items: center; } +#mid +{ + background-color:cornflowerblue; + height: 20vh; + display:flex; + flex-direction:column; + justify-content: center; + align-items: center; + +} + + + .tile { - height: 200px; - width: 200px; + height: 150px; + width: 150px; background-color: aliceblue; } diff --git a/index.html b/index.html index f5b3c84..d0971a8 100644 --- a/index.html +++ b/index.html @@ -7,19 +7,39 @@ -
-
-
+
+ +

hh

+

g

+ +
+ +
+
+
+
+
+
+
+
+
+
-