Skip to content

Instantly share code, notes, and snippets.

@GalindoSVQ
Created January 23, 2024 11:02
Show Gist options
  • Save GalindoSVQ/82fe43cf13d019335bbe0530b34e5467 to your computer and use it in GitHub Desktop.
Save GalindoSVQ/82fe43cf13d019335bbe0530b34e5467 to your computer and use it in GitHub Desktop.
* {
min-width: 0;
font: inherit;
}
*, *::before, *::after {
box-sizing: border-box;
}
img, video, svg {
display: block;
height: auto;
max-width: 100%;
}
body {
margin: 0;
min-height: 100dvh;
}
h1, h2, h3, h4, h5, h6 {
text-wrap: balance;
}
p {
text-wrap: pretty;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment