Skip to content

Instantly share code, notes, and snippets.

@alexmwalker
Created January 12, 2025 23:30
Show Gist options
  • Save alexmwalker/9cab63069774e99fc55ae1826147a118 to your computer and use it in GitHub Desktop.
Save alexmwalker/9cab63069774e99fc55ae1826147a118 to your computer and use it in GitHub Desktop.
Two shakes of a lamb's tail.
body:after {
background-image: url(https://media.surlyhorns.com/monthly_2022_12/wtf.gif.d8cf3e0f68b9d513a555d7f60951434e.gif);
background-size: cover;
display: block;
position: absolute;
content: "";
width: 194px;
height: 194px;
right: 10vw;
bottom: 0;
z-index:999;
}
@alexmwalker
Copy link
Author

Add this CSS snip to any page and you should get a stoned Vinnie Vegas haplessly surveying your page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment