MIN width

 HTML

    <h1>Demo min width</h1>

CSS

h1 {
  background-color: blue;
  color: white;
}@media (min-width: 400px) {
  h1 {
    background-color: black;
    text-decoration-color: wheat;
  }
}




Comments

Popular posts from this blog

Assignment

OverFlow

FRONT-END PROJECT SPOTIFY CLONE