From b5f01ca42cc12ea7d5db7c2197ad0d71530e7404 Mon Sep 17 00:00:00 2001 From: ari melody Date: Tue, 21 May 2024 14:31:11 +0100 Subject: [PATCH] =?UTF-8?q?pride=20flag=20=F0=9F=8C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 ++++ public/music.html | 4 ++++ public/style/main.css | 25 +++++++++++++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/public/index.html b/public/index.html index 8647cf3..2da0c62 100644 --- a/public/index.html +++ b/public/index.html @@ -236,5 +236,9 @@
+ + + progressive pride flag + diff --git a/public/music.html b/public/music.html index f008473..0d6d9c7 100644 --- a/public/music.html +++ b/public/music.html @@ -121,5 +121,9 @@
+ + + progressive pride flag + diff --git a/public/style/main.css b/public/style/main.css index 1a5880a..7dbb40b 100644 --- a/public/style/main.css +++ b/public/style/main.css @@ -394,6 +394,31 @@ footer { mix-blend-mode: overlay; } +#prideflag img { + position: fixed; + top: 0; + right: 0; + width: 120px; + transform-origin: 100% 0%; + transition: transform .5s cubic-bezier(.32,1.63,.41,1.01); + z-index: 8008135; + pointer-events: none; +} +#prideflag img:hover { + transform: scale(110%); +} +#prideflag img:active { + transform: scale(110%); +} +#prideflag img * { + pointer-events: all; +} +@media screen and (max-width: 950px) { + #prideflag { + display: none; + } +} + @media screen and (max-width: 780px) { body { font-size: 14px;