fac-14 / DJES

0 stars 0 forks source link

CSS dont need to list all the different elements... #35

Open eadehemingway opened 6 years ago

eadehemingway commented 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).

screen shot 2018-08-17 at 10 16 01
VirtualDOMinic commented 6 years ago

To add to this, this should all really be in a separate "reset.css" file IMO