diff --git a/buttons/happiness.gif b/buttons/happiness.gif new file mode 100644 index 0000000..d0359da Binary files /dev/null and b/buttons/happiness.gif differ diff --git a/index.html b/index.html index ee3cf81..3eeb25f 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,6 @@ Under Construction -
\ No newline at end of file diff --git a/links.html b/links.html index 513c048..29185d8 100644 --- a/links.html +++ b/links.html @@ -14,10 +14,11 @@ Under Construction

Cool Links

@@ -48,6 +49,7 @@ click to visit cepheus + blinkies.cafe | make your own blinkies!


Last Updated: February 20th 2026


diff --git a/style.css b/style.css index 30e6b23..68552d3 100644 --- a/style.css +++ b/style.css @@ -77,6 +77,12 @@ a { font-style: italic; text-align: center; } +.mini-evil-text { + color: #ff0000; + font-size: 12px; + font-style: italic; + text-align: center; +} .music audio { width: auto; height: auto; @@ -86,7 +92,7 @@ a { ul li::marker { color: white; /* Or any other color value (e.g., hex code, RGB) */ } -.nav-item { + .nav-item { height: 100px; width: auto; image-rendering: pixelated; @@ -96,6 +102,6 @@ ul li::marker { display: block; position: absolute; text-align: center; - top: 20px; + top: 40px; left: 40px; } \ No newline at end of file