Skip to content

Instantly share code, notes, and snippets.

@jensgro
Created February 20, 2026 13:33
Show Gist options
  • Select an option

  • Save jensgro/b755143a9bcd83b12552e7e790767fcd to your computer and use it in GitHub Desktop.

Select an option

Save jensgro/b755143a9bcd83b12552e7e790767fcd to your computer and use it in GitHub Desktop.
/* https://mastodon.social/@codepo8@toot.cafe/116103152228850093 */
.ducks {
display: flex;
flex-direction: row;
}
.ducks.duckandcover > * {
position: relative;
}
.ducks.duckandcover > *:before {
content: "";
display: block;
position: absolute;
inset: 0;
z-index: 100;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment