sevenbates / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

GREAT - dry css #3

Open franfranfranfran opened 6 years ago

franfranfranfran commented 6 years ago

https://github.com/sevenbates/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/resources/css/style.css#L2

excellent implementation of DRY priniciples in setting the font-family just once for the entire page. consider using just one selector to grab everything on the page (https://developer.mozilla.org/en-US/docs/Web/CSS/Universal_selectors).

are there any other bits of css that you can avoid repeating?

sevenbates commented 6 years ago

Oh cool, universal selector. Learn something new every day.