From ba17dab2515bb319454129fbad27b067f1d10025 Mon Sep 17 00:00:00 2001 From: Gemdation <166338329+Gemdation@users.noreply.github.com> Date: Fri, 4 Apr 2025 01:46:29 -0500 Subject: [PATCH] :wiimartstock: --- fishiemart.html | 12 ++++++------ index.html | 12 ++++++------ meta/main.css | 1 + 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/fishiemart.html b/fishiemart.html index 50111d4..382fc4b 100644 --- a/fishiemart.html +++ b/fishiemart.html @@ -15,7 +15,7 @@
-WiiMart includes a variety of WiiWare content that was available on the original Wii Shop Channel, such as Dr. Mario Online Rx, My Pokemon Ranch, Super Mario 64, - Sonic the Hedgehog 4: Episode I, and Fishie Fishie.
+ Sonic the Hedgehog 4: Episode I, and Fishie Fishie.Virtual Console is also included with titles like Super Mario Bros., Sonic the Hedgehog, Super Mario 64, Pac-Man, and Galaga.
diff --git a/meta/main.css b/meta/main.css index a021d78..65c5e30 100644 --- a/meta/main.css +++ b/meta/main.css @@ -22,6 +22,7 @@ img.pfp {border-radius:5px;} /* Gallery */ div.gallery {position: relative; overflow: hidden;} +img.slide {width:100%} img.arrow {position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; width: 60px; height: auto;} img.left {left: 10px; animation: hoverAnimation 0.5s infinite alternate;} img.right {right: 10px; animation: rightHoverAnimation 0.5s infinite alternate;}