Answers for "if class contains css"

CSS
0

css class selector contains

div[class*="test"] {
  background: #ffff00;
}
Posted by: Guest on March-16-2021
0

css if child has class

.parent>.child-class {
	/* Styling goes here */
}
Posted by: Guest on March-18-2021

Code answers related to "if class contains css"

Browse Popular Code Answers by Language