Answers for "css if not contained in class"

CSS
1

apply css if class not present

.container:not(.container2) > .myDiv {
  color: red;
}
Posted by: Guest on August-31-2021

Code answers related to "css if not contained in class"

Browse Popular Code Answers by Language