Open griffinlacek opened 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
gotcha! so would I just say b { } instead?
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