Merge pull request #164 from OpzekerIT/dev

Christmass
This commit is contained in:
Lanta 2023-11-29 13:04:13 +01:00 committed by GitHub
commit f067f48ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 182 additions and 2 deletions

BIN
images/bannerchristmass.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

180
images/xmassbck.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 108 KiB

View file

@ -1,3 +1,3 @@
<header> <header>
<img src="./images/banner.webp" alt="banner" class="banner"> <img src="./images/bannerchristmass.webp" alt="banner" class="banner">
</header> </header>

View file

@ -7,7 +7,7 @@ body, h1, h2, p, ul, li, a {
body { body {
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
color: white; color: white;
background: url(../images/bck.jpg) no-repeat center center fixed; background: url(../images/xmassbck.svg) no-repeat center center fixed;
-webkit-background-size: cover; -webkit-background-size: cover;
-moz-background-size: cover; -moz-background-size: cover;
-o-background-size: cover; -o-background-size: cover;