Skip to content

Instantly share code, notes, and snippets.

@chalkygames123
Created September 30, 2020 04:55
Show Gist options
  • Save chalkygames123/d1070d696b24c2f49aca42aa199aa514 to your computer and use it in GitHub Desktop.
Save chalkygames123/d1070d696b24c2f49aca42aa199aa514 to your computer and use it in GitHub Desktop.
<filter id="drop-shadow" width="200%" height="200%" x="-50%" y="-50%" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="3"/>
<feOffset dx="2" dy="2"/>
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0"/>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment