Skip to content

Instantly share code, notes, and snippets.

@gmcusaro
Last active January 17, 2023 11:54
Show Gist options
  • Save gmcusaro/3a2f9157d82a8e115c76de255fad6be4 to your computer and use it in GitHub Desktop.
Save gmcusaro/3a2f9157d82a8e115c76de255fad6be4 to your computer and use it in GitHub Desktop.
Resizing e styling logo
img .logo {
width: 15%;
aspect-ratio: 3/2;
object-fit: contain;
mix-blend-mode: color-burn;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment