Skip to content

Commit 39f2f85

Browse files
committed
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.
1 parent 97470b7 commit 39f2f85

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h1>Background Music</h1>
6363
<img class="eeto" src="https://zane.org/buttons/emoticon.gif">
6464
<img class="eeto" src="https://zane.org/buttons/imissxp.gif">
6565
<!-- template: <img class="eeto" src=""> -->
66-
<img src="https://zane.org/buttons/happiness.gif">
66+
<img class="blinkies" src="https://zane.org/buttons/happiness.gif">
6767
<p class="mini-evil-text"><i>I AM NOT FRIENDLY TO MOBILE USERS HAHAHAHAHAHA</i></p>
6868
</footer>
6969
</body>

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,8 @@ ul li::marker {
104104
text-align: center;
105105
top: 40px;
106106
left: 40px;
107+
}
108+
.blinkies {
109+
height: 31px;
110+
image-rendering: pixelated;
107111
}

0 commit comments

Comments
 (0)