From 0063bf9d2b2c416a6317cf45f68847b5720aab49 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 10 May 2026 14:46:07 -0500 Subject: updates and new post: 'Summer of PLT' --- index.html | 73 +++++++++++--------------------------------------------------- 1 file changed, 12 insertions(+), 61 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 5a7ac62..f12f9fd 100644 --- a/index.html +++ b/index.html @@ -10,85 +10,36 @@ body { align-items: center; } - + .content { width: 47ch; + z-index: 2; } - - h1 { - text-align: center; - } - - #bg { - position: fixed; - inset: 0; - pointer-events: none; - } - - .star { - position: absolute; - width: 3px; - height: 3px; - border-radius: 50%; - background: white; - box-shadow: 0 0 4px white; - } - + .cards { display: flex; flex-direction: row; justify-content: space-around; width: 100%; } - + .card { font-family: 'Roboto Mono'; - color: white; + font-weight: 450; + color: #e6e6e6; text-decoration: none; transition: color 0.1s ease; - } - - .card:hover { - color: #4DA3FF; + + &:hover { + color: #4DA3FF; + } } + -
-
-

Collin Williams

+

Collin Williams

Bluesky Tangled -- cgit v1.3.1