commit
7fb8f4a9e8
2 changed files with 4 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
<header>
|
||||
<img src="./images/bannercmass.webp" alt="banner" class="banner">
|
||||
<img src="./images/banner.webp" alt="banner" class="banner">
|
||||
</header>
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue