0
Code a rule for all the paragraph elements that share the class blog { text-align: center; }
Code a rule for all the paragraph elements that share the class blog p blog{ text-align: center; }
1 Antwort
+ 2
Thats almost correct. It is
p.blog
p is the element selector
.blog is the class selector