x-mass #165
4 changed files with 6 additions and 5 deletions
BIN
images/bannercmass.webp
Normal file
BIN
images/bannercmass.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 692 KiB |
|
|
@ -1,3 +1,3 @@
|
|||
<header>
|
||||
<img src="./images/bannerchristmass.webp" alt="banner" class="banner">
|
||||
<img src="./images/bannercmass.webp" alt="banner" class="banner">
|
||||
</header>
|
||||
|
|
@ -61,9 +61,9 @@ nav a:active {
|
|||
|
||||
header .banner {
|
||||
max-width: 100%;
|
||||
max-height: 200px;
|
||||
max-height: 250px; /* before xmass 200 */
|
||||
display: block;
|
||||
margin: 40px auto 0px auto;
|
||||
margin: 10px auto 0px auto; /* before xmass 40 auto 0px auto */
|
||||
width: auto;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,8 +33,9 @@ th:nth-child(4), td:nth-child(4), th:nth-child(9), td:nth-child(9) {
|
|||
}
|
||||
|
||||
header .banner {
|
||||
max-height: 100px;
|
||||
width: 100%;
|
||||
|
||||
max-height: 150px; /* before xmass 100 */
|
||||
max-width: 100%; /* before xmass width: 100% */
|
||||
margin: 10px auto 0px auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue