Skip to content

Instantly share code, notes, and snippets.

@dpaluy
Created November 30, 2022 17:27
Show Gist options
  • Select an option

  • Save dpaluy/a6307d8b7715404326e8cf4b58dd41c0 to your computer and use it in GitHub Desktop.

Select an option

Save dpaluy/a6307d8b7715404326e8cf4b58dd41c0 to your computer and use it in GitHub Desktop.
CSS tips for working with inconsistently sized logos
<style>
.photos img {
width: 15%;
aspect-ration: 3/2;
object-fit: contain;
mix-blend-mode: color-burn;
}
.photos {
background: #dfdfdf;
padding: 20px;
}
</style>
@dpaluy
Copy link
Author

dpaluy commented Nov 30, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment