From dbd0c36c79d6952713afcd536cd3609dbf63b52a Mon Sep 17 00:00:00 2001 From: Ian Skinner <56081713+IanSkinner1982@users.noreply.github.com> Date: Tue, 29 Mar 2022 20:29:27 -0400 Subject: [PATCH] I finally did something!? Wow. --- pages/dsiware/index.html | 85 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 77 insertions(+), 8 deletions(-) diff --git a/pages/dsiware/index.html b/pages/dsiware/index.html index b733611..8a7f8c6 100644 --- a/pages/dsiware/index.html +++ b/pages/dsiware/index.html @@ -6,8 +6,8 @@ body { list-style-type: none; margin: 0; padding: 0; - padding-left: 3.8%; - overflow: hidden; + padding-left: 3.5%; +/* overflow: hidden; */ } .navstd { float: left; @@ -21,10 +21,12 @@ body { .imageOne { z-index: 0; } - .imageTwo { z-index: 1; } +.imageThree { + z-index: 2; +} .image { position: absolute; width: 100px; @@ -58,12 +60,48 @@ body { .navpadding li { padding-top: 1.5%; } +.image2 { + position: absolute; + border-color: #FFFFFF + width: auto; + height: auto; +} +.titleimgoverlay { + margin: 0% 2% 0%; + opacity: 0.0; + text-align: center; + float: left; + width: 16vw; + height: auto; +} +.titleimgoverlay:hover { + opacity: 1.0; +} +.titleimg { + margin: 0% 2% 0%; + text-align: center; + float: left; + width: 16vw; + height: auto; +} +.titleedge { + text-align: center; + float: left; + margin: 1%; + width: 18vw; + height: auto; +} +.titlepadding li { + padding-top: 1.5%; + margin: 0% 2% 0% +} + + -

- There will be lots of short DSiWare reviews soonish. Stay tuned. -