diff --git a/index.html b/index.html index a984903..9331a41 100644 --- a/index.html +++ b/index.html @@ -104,7 +104,7 @@

- valentineProject + analogClock

Analog Clock

@@ -125,7 +125,7 @@

Click Here to Visit - +
win11 @@ -137,6 +137,7 @@

Click Here to Visit

+
diff --git a/style.css b/style.css index 6208ec6..7062440 100644 --- a/style.css +++ b/style.css @@ -17,14 +17,14 @@ body { display: flex; justify-content: center; align-items: center; - height: 100vh; + height: 100%; width: 100vw; } .full { - height: 100vh; - width: 100vw; + height: 100%; + width: 100%; display: flex; justify-content: center; align-items: center;