diff --git a/index.css b/index.css index df00269..3e429b5 100644 --- a/index.css +++ b/index.css @@ -2,6 +2,7 @@ body { margin: 0; height: 100vh; width: 100vw; + overflow: hidden; } div.container { @@ -16,9 +17,20 @@ div.container { animation: rainbow 6s linear infinite; } +img#sun { + cursor: pointer; + filter: drop-shadow(12px 12px 12px rgba(0, 0, 0, 0.5)); + transition: 0.3s ease; +} + +img#sun:hover { + filter: drop-shadow(36px 36px 12px rgba(0, 0, 0, 0.3)); + transform: scale(1.05) skew(4deg, -3deg); +} + video { - display: flex; - margin: 200px; + display: none; + margin: 300px; max-width: 1920px; width: 100%; height: auto; diff --git a/index.html b/index.html index 9aebae0..8654204 100644 --- a/index.html +++ b/index.html @@ -12,12 +12,15 @@ -
+