From d1700f759259e3fdbee391a957de05fc13af5973 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Thu, 1 Dec 2022 17:56:59 -0500 Subject: [PATCH] Add ip detector logic --- src/index.css | 16 ++++++++++++++++ src/index.php | 20 ++++++++++++++++---- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/src/index.css b/src/index.css index d77d621..82ba276 100644 --- a/src/index.css +++ b/src/index.css @@ -15,6 +15,22 @@ border-bottom: 5px dashed white; } +.tagline-link p { + text-decoration: underline 0.15em rgba(255,255,255,0); + transition: 300ms; +} + +.tagline-link:hover p { + text-decoration: underline 0.15em rgba(255,255,255,1); +} + +.clickable-div { + display:block; + height: 100%; + width: 100%; + text-decoration: none; +} + .single-column { grid-template-columns: 1fr !important; } diff --git a/src/index.php b/src/index.php index a38419c..98f6687 100644 --- a/src/index.php +++ b/src/index.php @@ -9,10 +9,22 @@
-
-

Hi, I'm Tyler

-

I'm a software developer and tinkerer

-
+ + +