From 07a98942692d5568927a4114ed06259a2f7f3d24 Mon Sep 17 00:00:00 2001 From: nataliaaa1 <121906948+nataliaaa1@users.noreply.github.com> Date: Thu, 27 Apr 2023 20:34:49 -0700 Subject: [PATCH] Update style.css --- style.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/style.css b/style.css index e69de29..c018f44 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,42 @@ +body { + margin: 0; + } + + header { + background-color: #0b1c51; + margin-bottom: 40px; + } + + header h1 { + font-family: "Montserrat"; + font-size: 52px; + color: #fff; + text-align: center; + margin: 0; + padding-top: 20px; + } + + header nav { + display: flex; + justify-content: center; + } + + header nav ul { + display: flex; + padding-left: 0; + list-style: none; + } + + header nav ul li a { + font-family: Montserrat; + color: #fff; + text-decoration: none; + margin: 0 20px 0 0; + } + header nav ul li:last-child a { + margin-right: 0; + } + header nav { + margin-top: 14px; + } +