ElenaCid / capstone_colmar

0 stars 0 forks source link

chained selectors #4

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

You don't need 'header' in front of any of these selectors because you already have the id in the selector which is unique. Keep selector chains as short as you can, makes your code more flexible.

https://github.com/ElenaCid/capstone_colmar/blob/master/resources/css/style.css#L74-L88