Created
May 20, 2022 06:58
-
-
Save bramses/7a7f29424fc59433adfcb8005b76d24f to your computer and use it in GitHub Desktop.
blurring edges w css
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
| { | |
| background-image: url('img.jpg'); | |
| /* you need to match the shadow color to your background or image border for the desired effect*/ | |
| box-shadow: 0 0 50px 50px white inset; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment