Css Media Queries Mdn Code Example


Example: media query in html style


span { background-image: url(particular_ad.png); }

@media (max-width: 300px) {
span { background-image: url(particular_ad_small.png); }
}

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy