Skip to content

Instantly share code, notes, and snippets.

View JonatanGarbuyo's full-sized avatar

Jonatan Garbuyo JonatanGarbuyo

  • Decentrales.com
  • Argentina
View GitHub Profile
@Asjas
Asjas / reset.css
Created May 19, 2021 07:09
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 */