diff --git a/polyculeconnect/static/style/index.css b/polyculeconnect/static/style/index.css new file mode 100644 index 0000000..461d07c --- /dev/null +++ b/polyculeconnect/static/style/index.css @@ -0,0 +1,14 @@ +body { + margin: 0; +} + +.site-header { + width: 100%; + display: flex; + padding: 10px; + margin-bottom: 40px; + + .site-logo img { + height: 100px; + } +} diff --git a/polyculeconnect/templates/header.html b/polyculeconnect/templates/header.html index b1d2e1d..a1b9f04 100644 --- a/polyculeconnect/templates/header.html +++ b/polyculeconnect/templates/header.html @@ -7,6 +7,8 @@ PolyculeConnect + + @@ -16,4 +18,11 @@ - \ No newline at end of file + + + \ No newline at end of file