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 @@
I'm a software developer and tinkerer
-I'm a software developer and tinkerer
+ Hello from within the home network!" + + + ?> +