after xmas #168

Merged
OpzekerIT merged 1 commit from dev into main 2024-01-11 11:49:44 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit a8b55ec0d3 - Show all commits

View file

@ -1,3 +1,3 @@
<header> <header>
<img src="./images/bannercmass.webp" alt="banner" class="banner"> <img src="./images/banner.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/xmassbck.svg) no-repeat center center fixed; background: url(../images/bck.jpg) 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;
@ -61,9 +61,9 @@ nav a:active {
header .banner { header .banner {
max-width: 100%; max-width: 100%;
max-height: 250px; /* before xmass 200 */ max-height: 200px;
display: block; display: block;
margin: 5px auto 5px auto; /* before xmass 40 auto 0px auto */ margin: 40px auto 5px auto;
width: auto; width: auto;
border-radius: 10px; border-radius: 10px;
} }