diff --git a/index.html b/index.html index cacc967..ff02007 100644 --- a/index.html +++ b/index.html @@ -11,17 +11,62 @@ #eternal-sadness { display: inline-block; - margin-top: 200px; font-weight: bold; font-size: 120pt; font-family: Arial, sans-serif; text-decoration: none; color: red; + z-index: 99; + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + } + + + .meme { + opacity: 0; + position: fixed; + top: 50%; + transition: opacity 2s ease-in; + } + + #rip { + left: 50%; + transform: translate(-50%, -50%); + } + + #rustle { + right: 10%; + z-index: 10; + transform: translate(0, -50%); + } + + #overwatch { + left: 10%; + z-index: -10; + transform: translate(0, -50%); } +