Skip to content

Instantly share code, notes, and snippets.

@ThomasRettig
Created June 12, 2022 10:33
Show Gist options
  • Save ThomasRettig/1854701d368e19c0282ef120a365345c to your computer and use it in GitHub Desktop.
Save ThomasRettig/1854701d368e19c0282ef120a365345c to your computer and use it in GitHub Desktop.
.wrapper::after {
content: "";
display: block;
background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), white 50%, white);
bottom: 0;
position: fixed;
left: 12px;
height: 100px;
width: 33%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment