Answers for "adding style to multiple elements at the same time"

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 "adding style to multiple elements at the same time"

Browse Popular Code Answers by Language