diff --git a/css/style.css b/css/style.css index a068d89..ff9a4b6 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,23 @@ * { padding: 0; margin: 0; +} + +body { + display: flex; +} + +header { + display: flex; + width: 50vw; + flex-direction: column; + padding: 1em 25vw 0 25vw; +} + +#banner-img { + margin: 0 auto; +} + +#search { + width: 100%; } \ No newline at end of file diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000..2a21b1d Binary files /dev/null and b/img/logo.png differ diff --git a/index.html b/index.html index dbeaf57..6727c1c 100644 --- a/index.html +++ b/index.html @@ -7,5 +7,11 @@
+