Home CSS
Post
Cancel

CSS

CSS Multiple condition Selector

CSS selectors can also apply and,or conditions

how to use

1
2
3
input.task {
  color: red;
}

Change the color of input tag with TASK class to red

This post is licensed under CC BY 4.0 by the author.