diff --git a/sass/style.scss b/sass/style.scss index ab45f70..2ad86d3 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -6,4 +6,27 @@ header { display: flex; align-items: center; justify-content: space-around; + padding: 4em 0; + + img { + max-height: 7em; + } + + h1 { + font-size: 2em; + } + + nav ul { + display: flex; + list-style-type: none; + padding: 0; + + li a { + padding: 1em; + border: 1px solid #000; + margin: 0 .5em; + text-decoration: none; + color: #000; + } + } } diff --git a/templates/index.html b/templates/index.html index 28afb46..8c8e925 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,11 +9,11 @@