diff --git a/src/Header/Header.css b/src/Header/Header.css index e69de29..a660521 100644 --- a/src/Header/Header.css +++ b/src/Header/Header.css @@ -0,0 +1,24 @@ +header { + display: flex; + flex-direction: column; + margin: 1%; + margin-top: 0%; +} + +.banner { + display: flex; + flex-direction: row; + align-items: center; + justify-content: flex-start; + background-color: aqua; +} + +.logo { + width: 10%; + height: 10%; + background-color: white; +} + +#title { + background-color: blueviolet; +} \ No newline at end of file diff --git a/src/Header/logo.png b/src/Header/logo.png index ef3648b..a150fd5 100644 Binary files a/src/Header/logo.png and b/src/Header/logo.png differ