Add comments

This commit is contained in:
Fred Boniface 2022-10-20 22:52:15 +01:00
parent d0bf5a1242
commit 20327c0034
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ body {
position: sticky; position: sticky;
top: -145px; top: -145px;
} }
#header_index{background-color: #a04911} #header_index{background-color: #a04911} /* Try using image-set() here to offer different formats, also try moving to HTML picture element */
@media(min-width: 50px){#header_index{background-image: url("/images/headers/index/300.webp")}} @media(min-width: 50px){#header_index{background-image: url("/images/headers/index/300.webp")}}
@media(min-width: 301px){#header_index{background-image: url("/images/headers/index/500.webp")}} @media(min-width: 301px){#header_index{background-image: url("/images/headers/index/500.webp")}}
@media(min-width: 501px){#header_index{background-image: url("/images/headers/index/800.webp")}} @media(min-width: 501px){#header_index{background-image: url("/images/headers/index/800.webp")}}