Add logo on header

This commit is contained in:
Fabrice Mouhartem 2023-11-07 09:52:21 +01:00
parent 494379d020
commit 574a3bfe98
3 changed files with 10 additions and 1 deletions

View File

@ -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;
}

BIN
static/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -1,3 +1,4 @@
<header id="title-block-header">
<div id="header-logo"></div>
<h1 class="title">Fabrice Mouhartem</h1>
</header>