Last active
March 26, 2024 22:36
-
-
Save tedbyron/25ce20ee07b6541bc8f950ca4084e8c4 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
:root { | |
background: | |
repeat 0 0, 5px 5px | |
linear-gradient(45deg, #00000019 25%, #0000 0 75%, #00000019 0 0), | |
linear-gradient(45deg, #00000019 25%, #0000 0 75%, #00000019 0 0), | |
#fff; | |
background-size: 10px 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment