after xmas

This commit is contained in:
Lanta 2024-01-11 12:48:06 +01:00
parent 7a25adb61f
commit a8b55ec0d3
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -7,7 +7,7 @@ body, h1, h2, p, ul, li, a {
body {
font-family: 'Roboto', sans-serif;
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;
-moz-background-size: cover;
-o-background-size: cover;
@ -61,9 +61,9 @@ nav a:active {
header .banner {
max-width: 100%;
max-height: 250px; /* before xmass 200 */
max-height: 200px;
display: block;
margin: 5px auto 5px auto; /* before xmass 40 auto 0px auto */
margin: 40px auto 5px auto;
width: auto;
border-radius: 10px;
}