I would generally recommend keeping the "html" and "body" stylings at the top of the CSS file as they are the most important. I like that you set the default font family in the body, you should now be able to remove that styling from the other selectors.
I would generally recommend keeping the "html" and "body" stylings at the top of the CSS file as they are the most important. I like that you set the default font family in the body, you should now be able to remove that styling from the other selectors.
https://github.com/DTownz/Teagang/blob/master/resources/CSS/style.css#L29-L34