bjornmoyo / DasmotosArtsandCrafts

Project for Codecademy - Dasmoto's Arts & Crafts
0 stars 0 forks source link

Suggestion - instead of html, use body/universal selector #3

Open jzhu01 opened 7 years ago

jzhu01 commented 7 years ago

Seen here: https://github.com/bjornmoyo/DasmotosArtsandCrafts/blob/master/DasmotosArtsandCrafts/Resources/Css/style.css#L1-L3

Since the html is affecting even the head code, I recommend using body, or the universal selector, or even having a list of html elements to be styled.

bjornmoyo commented 7 years ago

Thank you. Will do next time!