Answers for "style when div has child with. class scss"

CSS
0

css if child has class

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

Browse Popular Code Answers by Language