diff --git a/style.css b/style.css index e69de29..d23ef99 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,9 @@ +header{ + background-color: black; + color: white; + display: flex; + justify-content: center; + padding-top: 35px; + width: 100%; + height: 80px; +} \ No newline at end of file