Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to style multiple elements at once

/*Assigning a style to multiple elements.*/
p, .red, #sub, div a:link { color: #f00; }
Source by www.thoughtco.com #
 
PREVIOUS NEXT
Tagged: #style #multiple #elements
ADD COMMENT
Topic
Name
8+9 =