diff --git a/css/style.css b/css/style.css index 30562e5..f8b5a1e 100644 --- a/css/style.css +++ b/css/style.css @@ -3,6 +3,25 @@ font-family: -apple-system, 'BlinkyMacSystemFont', 'Helvetica Neue', Helvetica, Arial, sans-serif; } +nav { + background: #1e1e1e; + border-radius: 25px; + padding-top: 5px; + padding-bottom: 5px; + margin-top: -5px; +} + +nav a { + padding:; 3px; + color: #f7f7f7; +} + +nav a.active { + padding: 3px; + color: #1e1e1e; + background: #f7f7f7; +} + hr { border: 0; height: 1px; diff --git a/index.htm b/index.htm index 8daad6d..6673c78 100644 --- a/index.htm +++ b/index.htm @@ -5,8 +5,14 @@ +
+

Matthew Ess

-
+

Dedicated problem solver and developer, looking for interesting challenges to solve.

\ No newline at end of file