diff --git a/index.html b/index.html index 2e98dbc..5b82b84 100644 --- a/index.html +++ b/index.html @@ -76,8 +76,24 @@ diff --git a/style.css b/style.css index 983810a..226c5d2 100644 --- a/style.css +++ b/style.css @@ -20,6 +20,7 @@ div.centered {max-width: 22rem; text-align: center;} header {top: 0; padding: 0 3rem 0; height: 14rem; display: flex; flex-direction: column; justify-content: center;} header h1 {margin: 0 0 0.5rem;} header nav a {border-bottom: 1px solid transparent;} +header nav a.active, header nav a:hover {border-color: #3a3731;} footer {padding: 0 3rem 3.5rem; transform: translate(-50%, -100%); font-style: italic; font-size: 0.8rem;} main {margin: 0 auto;}