Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS em element parsing and not parsing Reply To: em element parsing and not parsing

#240106
Paulie_D
Member

It’s probably part of the reset you are using which is overriding the user agent standard behaviour.

You can check this using developer tools.

If you check the Codepen you can turn on CSS Reset and it’s not italic….if you use Normalize (recommended)…it’s fine.