Richard Carlier
        CSS Most Normalizer-est - Why waste your time on half-measures? Make your site THE MOST NORMALEST with this ULTIMATE CSS RESET. #css #reset miriamsuzanne.com/2019/11/02/mos…
      
    Why waste your time on half-measures? Make your site THE MOST NORMALEST with this ULTIMATE CSS RESET.
Browsers can’t get any more normal than this

*, *::after, *::before {
  all: initial !important;
}Replace all (non-important) styles with (very important!) specification defaults.