From 39f2f85e3ee44c6066b8cccb4b3e4f55f9fead91 Mon Sep 17 00:00:00 2001 From: Zane V Date: Fri, 20 Feb 2026 16:56:10 -1000 Subject: [PATCH] Update image class in index.html and add styling for blinkies in style.css - Changed the class of the happiness image to 'blinkies' for improved styling. - Added new CSS rules for the 'blinkies' class to enhance image rendering and size. --- index.html | 2 +- style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 3eeb25f..3b9a1e7 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@ - +

I AM NOT FRIENDLY TO MOBILE USERS HAHAHAHAHAHA

diff --git a/style.css b/style.css index 68552d3..608b503 100644 --- a/style.css +++ b/style.css @@ -104,4 +104,8 @@ ul li::marker { text-align: center; top: 40px; left: 40px; +} +.blinkies { + height: 31px; + image-rendering: pixelated; } \ No newline at end of file