MAX width

 HTML

    <h2>Demo MAX width</h2>

CSS

h2{
    color: blue;
    background-color: wheat;
 }

@media
(max-width:500px){
    h2{
color: antiquewhite;
background-color: black;
    }
}





Comments

Popular posts from this blog

Assignment

OverFlow

FRONT-END PROJECT SPOTIFY CLONE