diff --git a/style.css b/style.css index 88ef716..71da7f3 100644 --- a/style.css +++ b/style.css @@ -211,3 +211,17 @@ header a { font-size: 2em; padding-right: 15px; } + + +footer { + margin: 15px auto; + display: flex; + justify-content: center; + font-family: Raleway; + font-size: 0.75em; +} + +footer a { + text-decoration: none; + color: #0ef; +}