Created
November 30, 2022 17:27
-
-
Save dpaluy/a6307d8b7715404326e8cf4b58dd41c0 to your computer and use it in GitHub Desktop.
CSS tips for working with inconsistently sized logos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| .photos img { | |
| width: 15%; | |
| aspect-ration: 3/2; | |
| object-fit: contain; | |
| mix-blend-mode: color-burn; | |
| } | |
| .photos { | |
| background: #dfdfdf; | |
| padding: 20px; | |
| } | |
| </style> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source: https://twitter.com/wesbos/status/1597598503886327808