Skip to content

Instantly share code, notes, and snippets.

View Meganova's full-sized avatar
😨
I see stupid code

Meganova

😨
I see stupid code
View GitHub Profile
@Meganova
Meganova / reset.css
Last active January 2, 2026 16:05 — 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;
font-size: 1rem;
color: inherit;
font-family: inherit;
}