joseph-white / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Using * in CSS #4

Open griffinlacek opened 7 years ago

griffinlacek commented 7 years ago

This is a valid way of setting styles to everything, but typically a more common CSS way is to target body instead of using . This is because using is known to be slow for the browser.

https://github.com/joseph-white/prj-rev-bwfs-dasmoto/blob/master/dasmotos_arts_crafts/resources/css/index.css#L1-L3

joseph-white commented 7 years ago

gotcha! so would I just say b { } instead?