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.
This commit is contained in:
2026-02-20 16:56:10 -10:00
parent 97470b7faa
commit 39f2f85e3e
2 changed files with 5 additions and 1 deletions

View File

@@ -104,4 +104,8 @@ ul li::marker {
text-align: center;
top: 40px;
left: 40px;
}
.blinkies {
height: 31px;
image-rendering: pixelated;
}