diff --git a/sass/_base.scss b/sass/_base.scss index 410c97d..f88d151 100644 --- a/sass/_base.scss +++ b/sass/_base.scss @@ -47,12 +47,20 @@ header { background-position: center center; display: flex; align-items: center; - padding: 10px; + padding: 0px; .date, h1 { color: $header-fg; text-shadow: black 0px 0px 0.1em; } } +#header-logo { + background: url('img/logo.png') top; + width: 150px; + height: 150px; +} +#header-logo:hover { + background-position: bottom; +} h1 { font-size: 28pt; } diff --git a/static/img/logo.png b/static/img/logo.png new file mode 100644 index 0000000..af6cf33 Binary files /dev/null and b/static/img/logo.png differ diff --git a/templates/header.html b/templates/header.html index 1886a15..45ac559 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,3 +1,4 @@
+

Fabrice Mouhartem