There's a difference between the styling on different browsers, depending partially on the fact that different browsers have different default CSS rules.
A CSS reset stylesheet should be loaded before the style.css file to remove any rules and unwanted behaviour.
There's a difference between the styling on different browsers, depending partially on the fact that different browsers have different default CSS rules.
A CSS reset stylesheet should be loaded before the style.css file to remove any rules and unwanted behaviour.
I suggest using the CSS reset found at: https://www.joshwcomeau.com/css/custom-css-reset/ as a base to create the reset file.