From c312dbbb148fb64ad9de083aa16fe2e0cd1b302f Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Wed, 29 Mar 2023 03:06:23 +0200 Subject: [PATCH] Added link to portfolio --- index.html | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9829c3c..65cea2c 100644 --- a/index.html +++ b/index.html @@ -69,11 +69,31 @@ vertical-align: top; border-style: none; } + + a { + color: inherit; + text-decoration: none; + padding: 5px 10px; + border-radius: 5px; + transition-duration: 0.2s; + } + + a::before { + content: "> "; + } + + a:hover { + background-color: #444; + } + + a:active { + background-color: #222; + } -
Scroll down for settings
+
Scroll down for more
Currently: @@ -84,6 +104,7 @@
+ About me

Settings