Answers for "how to style multiple elements at once"

CSS
2

how to style multiple elements at once

/*Assigning a style to multiple elements.*/
p, .red, #sub, div a:link { color: #f00; }
Posted by: Guest on October-22-2021

Code answers related to "how to style multiple elements at once"

Browse Popular Code Answers by Language