Christmass #164

Merged
OpzekerIT merged 3 commits from dev into main 2023-11-29 12:04:13 +00:00
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;