Skip to content

Instantly share code, notes, and snippets.

View keithrincon's full-sized avatar

Keith Rincon keithrincon

View GitHub Profile
@keithrincon
keithrincon / reset.css
Created September 19, 2023 23:53 — forked from Asjas/reset.css
Modern CSS Reset - Andy Bell
// https://piccalil.li/blog/a-modern-css-reset
/* Box sizing rules */
*,
*::before,
*::after {
box-sizing: border-box;
}
/* Remove default margin */