A Pen by Allen Goodreds on CodePen.
Created
June 18, 2021 22:14
-
-
Save goodreds/f42d8c4c71991a17e183f67ed28fd1b3 to your computer and use it in GitHub Desktop.
Hero image (photo improvement)
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
<div class="hero-banner"> | |
<img src="https://goodreds.net/images/work.jpg"/> | |
</div> |
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
.hero-banner { | |
background: #1F494D; | |
display: inline-block; | |
} | |
.hero-banner img { | |
mix-blend-mode: multiply; | |
filter: grayscale(100%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment