From 5167c04873ead17afee708535b2119a24114190f Mon Sep 17 00:00:00 2001 From: cyrneko Date: Sat, 21 Dec 2024 02:32:17 +0100 Subject: [PATCH] ? --- index.html | 3 +++ manifest.html | 19 +++++++++++++++++++ styles/styles.css | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 manifest.html diff --git a/index.html b/index.html index 68ab041..25bbea5 100644 --- a/index.html +++ b/index.html @@ -88,6 +88,9 @@ <a href="http://cyrneko.eu" target="_blank" rel="noopener noreferrer"><img src="https://cyrneko.eu/assets/88x31.png" alt="Alexia's button, featuring their character comet holding a non-binary pride flag"></a>

+
+ +
diff --git a/manifest.html b/manifest.html new file mode 100644 index 0000000..f6da945 --- /dev/null +++ b/manifest.html @@ -0,0 +1,19 @@ + + + + + + + manifest + + + + +
+
+

love yourself.

+
+
+ + + \ No newline at end of file diff --git a/styles/styles.css b/styles/styles.css index 2c903a0..dd21990 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -26,6 +26,19 @@ body div.wrapper { box-shadow: 0px 0px 48px white; } +body .love { + text-shadow: 0px 0px 24px white; + width: fit-content; + padding: var(--spacing); +} + +div.center { + height: 100vh; + display: flex; + align-items: center; + justify-content: center; +} + @font-face { font-family: IBMWeb; src: url('/fonts/ibm9x16.woff'); @@ -109,6 +122,24 @@ summary { cursor: pointer; } +.secretlove { + width: fit-content; + height: fit-content; + position: fixed; + opacity: 0; + top: 92vh; + right: 24px; + transition: 1s; +} + +.secretlove:hover { + opacity: 1; +} + +.secretlove a:hover { + background-color: transparent; +} + @media (prefers-color-scheme: light) { :root { background-color: white; @@ -119,4 +150,8 @@ summary { body div.wrapper { box-shadow: 0px 0px 48px hsl(0, 0%, 35%); } + + body .love { + text-shadow: 0px 0px 24px hsl(0, 0%, 35%); + } } \ No newline at end of file