Created
February 20, 2026 13:33
-
-
Save jensgro/b755143a9bcd83b12552e7e790767fcd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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