Skip to content

Instantly share code, notes, and snippets.

View jsalen-23's full-sized avatar

Joseph M Salen P jsalen-23

View GitHub Profile
/* CSS RESET June 2024 */
* { margin: 0; padding: 0; }
*::before, *::after { box-sizing: border-box; }
body { min-height: 100dvh; }
input, button, textarea, select { font: inherit; }
p { text-wrap: pretty; }
h1, h2, h3, h4, h5, h6 { text-wrap: balance; }