rpartap / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

selector lists #5

Open rimmesbe opened 7 years ago

rimmesbe commented 7 years ago

You don't want to rely on selector lists like this too often. Usually you are better off using a single selector that targets all the elements you want. This can sometimes be done with default selectors: h2 { } or you can create a new class for them all to share in the html.

https://github.com/rpartap/prj-rev-bwfs-dasmoto/blob/master/Dasmoto's%20Arts/Resources/css/style.css#L2-L3