diff --git a/includes/nav.php b/includes/nav.php index 7ca19bf..12c77f2 100644 --- a/includes/nav.php +++ b/includes/nav.php @@ -1,11 +1,13 @@
-

This cat rocks!

-

A homepage for my fine feline friend, Baxter

- + +

This cat rocks!

+

A homepage for my fine feline friend, Baxter

+ +
diff --git a/style/style.css b/style/style.css index 08895dc..67102de 100644 --- a/style/style.css +++ b/style/style.css @@ -1,6 +1,7 @@ :root { --section-color: #fccce4bb; --border-color: #f6da92; + --header-color: #fc94bcbb; } *, *::before, *::after { @@ -98,6 +99,23 @@ main { object-fit: fill; } +header { + width: 100%; + height: auto; + display: flex; + justify-content: center; + align-items: center; + gap: 1rem; + padding: 1rem; + background-color: var(--header-color); + border-bottom: 4px solid var(--border-color); +} + +header img { + height: 48px; + width: auto; +} + section { background-color: var(--section-color); padding: 1.25rem;