Skip to content

Instantly share code, notes, and snippets.

@jasonleewilson
Created June 14, 2022 06:14
Show Gist options
  • Save jasonleewilson/4ecc2de06a4c0d3ef5b793f93a6db645 to your computer and use it in GitHub Desktop.
Save jasonleewilson/4ecc2de06a4c0d3ef5b793f93a6db645 to your computer and use it in GitHub Desktop.
*, *::before, *::after {
box-sizing: inherit;
padding: 0;
margin: 0;
}
html {
box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}
ul {
list-style: none;
}
img,
video {
height: auto;
max-width: 100%;
}
iframe {
border: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment