Kelliebrew / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Invalid selectors #7

Open farishkash opened 6 years ago

farishkash commented 6 years ago

https://github.com/Kelliebrew/prj-rev-bwfs-dasmoto/blob/702d73c6c7ae8411624e8903e1e8cb4543c4700e/Dasmoto's%20Arts%20%26%20Crafts/Resources/style.css#L8-L19

Not sure on why you are taking this approach

This works as well, the #brush id will not make a difference as with a comma you are saving both not together.

 h2 { 
   background-color: MediumSpringGreen; 
 } 
 .style1 { 
   background-color: lightcoral; 
 } 
 .style2{ 
   background-color: skyblue; 
 }