Skip to content

Instantly share code, notes, and snippets.

@bramses
Created May 20, 2022 06:58
Show Gist options
  • Select an option

  • Save bramses/7a7f29424fc59433adfcb8005b76d24f to your computer and use it in GitHub Desktop.

Select an option

Save bramses/7a7f29424fc59433adfcb8005b76d24f to your computer and use it in GitHub Desktop.
blurring edges w css
{
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