diff --git a/static/stickup.css b/static/stickup.css index 5c232d8..3a64139 100644 --- a/static/stickup.css +++ b/static/stickup.css @@ -11,6 +11,12 @@ header { display: flex; } +#logo { + height: 5em; + width: 5em; + margin-right: 1em; +} + main { background-color: whitesmoke; padding: 2% 5%; diff --git a/static/stickup.svg b/static/stickup.svg new file mode 100644 index 0000000..8db7bb8 --- /dev/null +++ b/static/stickup.svg @@ -0,0 +1,58 @@ + + + + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index b05f97b..d460b7f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,6 +8,7 @@