diff --git a/index.html b/index.html index a890de9..1372f90 100644 --- a/index.html +++ b/index.html @@ -15,9 +15,10 @@

About PacNPal

A retro tech enthusiast and a gamer, diving deep into coasters and vintage computing.

- +
+

Sites

+

Steadirect.com - Create clickable links for protocol URLs like Steam invites.

+
diff --git a/styles.css b/styles.css index 0aa2431..a82396b 100644 --- a/styles.css +++ b/styles.css @@ -15,3 +15,18 @@ h1, h2 { p { font-size: 1.2em; } +section { + padding: 20px; + margin: 20px auto; + max-width: 800px; + background-color: rgba(30, 30, 47, 0.7); + border-radius: 8px; +} +a { + color: #7fccff; + text-decoration: none; + transition: color 0.3s ease; +} +a:hover { + color: #ffcc00; +}