Skip to content

Instantly share code, notes, and snippets.

@Lego2012
Last active January 21, 2024 15:38
Show Gist options
  • Select an option

  • Save Lego2012/99cccc3194edb26aca3307094dbcccba to your computer and use it in GitHub Desktop.

Select an option

Save Lego2012/99cccc3194edb26aca3307094dbcccba to your computer and use it in GitHub Desktop.

Kevin Powell: A better image reset for your CSS

img {
   font-style: italic;

   background-repeat: no-repeat;
   background-size: cover;

   shape-margin: 1rem;

   max-width: 100%;
   height: auto;
   vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment