after xmas #168
2 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue