tomtaborsky / f1-3-c2p1-colmar-academy

0 stars 0 forks source link

Targeting html in CSS #4

Closed griffinlacek closed 7 years ago

griffinlacek commented 7 years ago

Nothing wrong with using html to set font-family for the page, but body is often used instead as it directly influences children elements. Here's a good discussion on this: https://css-tricks.com/html-vs-body-in-css/

https://github.com/tomtaborsky/f1-3-c2p1-colmar-academy/blob/master/ColmarSchool/resources/css/index.css#L2-L5

tomtaborsky commented 7 years ago

thanks for that input