Update header

This commit is contained in:
2022-09-11 21:18:53 +02:00
parent f954051453
commit bd782b2bb5
2 changed files with 4 additions and 3 deletions

BIN
pages/images/header.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

View File

@@ -96,7 +96,7 @@ td:first-child {
header a {
display: block;
position: relative;
padding-top: 25%;
padding-top: 25.471%;
background-color: #000000;
background-image: url(/images/header.jpg);
background-repeat: no-repeat;
@@ -115,15 +115,16 @@ header a {
text-shadow: 1px 1px 3px black;
margin-bottom: 0;
font-size: 60px;
font-weight: normal;
font-weight: bold;
}
.blog-description {
display: inline-block;
margin-bottom: 0;
font-size: 20px;
color: #eee;
color: white;
margin-left: 1rem;
text-shadow: 1px 1px 2px black;
font-weight: bold;
}