Open eadehemingway opened 6 years ago
it seems like you want to select all in this bit of code, instead of writing them all out you can just use * (have a look at this https://www.w3schools.com/cssref/sel_all.asp).
To add to this, this should all really be in a separate "reset.css" file IMO
it seems like you want to select all in this bit of code, instead of writing them all out you can just use * (have a look at this https://www.w3schools.com/cssref/sel_all.asp).