diff --git a/index.css b/index.css index 373135f..db6e450 100644 --- a/index.css +++ b/index.css @@ -3,18 +3,32 @@ padding: 0; } +#Point { + background-color: lightpink; + display: flex; + position: absolute; + right: 2.5%; +} + #header { background-color: lightpink; - height: 30vh; + height: 20vh; display: flex; flex-direction: column; justify-content: center; align-items: center; } -#container { +#container0 { + background-color: black; + height: 40vh; + display: flex; + justify-content: space-evenly; + align-items: center; +} +#container1 { background-color: black; - height: 70vh; + height: 40vh; display: flex; justify-content: space-evenly; align-items: center; @@ -24,4 +38,5 @@ height: 200px; width: 200px; background-color: aliceblue; + border-radius: 25%; } diff --git a/index.html b/index.html index f5b3c84..cf3e93b 100644 --- a/index.html +++ b/index.html @@ -6,20 +6,36 @@
+