Skip to content

Commit e935ecb

Browse files
authored
185 | Fix Style Error
Fix CSS error in Portable Zoo title that said text=shadow instead of text-shadow
1 parent 6d0bc8c commit e935ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h2>Games & Things I Made</h2>
165165
<p>I have a game called <b><i>Wingy Ship</i></b>, where you control the player with your mouse <b><i>(Or touchscreen, the game fully supports that too)</i></b>.</p>
166166
<a href="https://oftenguy.github.io/redirect/MustyDigits.html" title="Musty Digits" target="_blank" style="color: black;"><img src="https://oftenguy.github.io/assets/MustyDigits.png" id="MustyDigits" alt="Musty Digits"><br><h1 style="color: #333333; text-shadow: 2px 2px 1px lightblue;" onmouseover="this.style.filter = 'brightness(75%)'" onmouseout="this.style.filter = 'brightness(100%)'" onmousedown="this.style.filter = 'brightness(125%)'" onmouseup="this.style.filter = 'brightness(90%)'" onmouseleave="this.style.filter = 'brightness(100%)'">Musty Digits</h1></a>
167167
<p>Get yo musty digits off mah back! Did you forget who I am? How DARE you place them upon me... <b><i>(It's a website based on that meme)</i></b>.</p>
168-
<a href="https://oftenguy.github.io/redirect/PortableZoo.html" title="Portable Zoo" target="_blank" style="color: black;"><img src="https://oftenguy.github.io/assets/PortableZoo.png" id="PortableZoo" alt="Portable Zoo" width="200" height="200"><br><h1 style="color: #333333; text=shadow: 2px 2px 1px lightblue;" onmouse="this.style.filter = 'brightness(75%)'" onmouseout="this.style.filter = 'brightness(100%)'" onmousedown="this.style.filter = 'brightness(125%)'" onmouseup="this.style.filter = 'brightness(90%)'" onmouseleave="this.style.filter = 'brightness(100%)'">Portable Zoo</h1></a>
168+
<a href="https://oftenguy.github.io/redirect/PortableZoo.html" title="Portable Zoo" target="_blank" style="color: black;"><img src="https://oftenguy.github.io/assets/PortableZoo.png" id="PortableZoo" alt="Portable Zoo" width="200" height="200"><br><h1 style="color: #333333; text-shadow: 2px 2px 1px lightblue;" onmouse="this.style.filter = 'brightness(75%)'" onmouseout="this.style.filter = 'brightness(100%)'" onmousedown="this.style.filter = 'brightness(125%)'" onmouseup="this.style.filter = 'brightness(90%)'" onmouseleave="this.style.filter = 'brightness(100%)'">Portable Zoo</h1></a>
169169
<p>An HTML/CSS/JS recreation of the long-lost app Pocket Zoo&trade; With Live Animal Cams by Tiny Hearts that brings back its handheld nostalgia.</p>
170170
</div>
171171
</div>

0 commit comments

Comments
 (0)