Skip to content

Instantly share code, notes, and snippets.

@smrnjeet222
Created April 4, 2021 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smrnjeet222/f953f1241422b99c10c42cc4de46596b to your computer and use it in GitHub Desktop.
Save smrnjeet222/f953f1241422b99c10c42cc4de46596b to your computer and use it in GitHub Desktop.
.editor-instance::after {
content: "";
position: absolute;
width: 150px;
height: 200px;
bottom: 0px;
right: 100px;
background-image: url(https://i.imgur.com/Iimqrzp.gif);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
pointer-events: none;
filter: brightness(0.9) saturate(0.7) drop-shadow(2px 4px 6px black);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment