Skip to content

Instantly share code, notes, and snippets.

@nezvinskyi
Created November 8, 2023 15:08
Show Gist options
  • Save nezvinskyi/a1606fedd89e6e2bb5d67429de929b9c to your computer and use it in GitHub Desktop.
Save nezvinskyi/a1606fedd89e6e2bb5d67429de929b9c to your computer and use it in GitHub Desktop.
css: Better image reset
img {
max-width: 100%;
height: auto;
vertical-align: middle;
font-style: italic;
background-repeat: no-repeat;
background-size: cover;
shape-margin: 0.75rem;
}
https://www.youtube.com/watch?v=345V2MU3E_w&t=601s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment