Created
December 30, 2024 11:35
-
-
Save atelierbram/8b46bb15be9eeed9ce097588421ea9dd to your computer and use it in GitHub Desktop.
Background helper repeating image with grid lines - 24 x 24 px
This file contains 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
/* grid 24x24 */ | |
.container { | |
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 24 24' viewBox='0 0 24 24'%3E%3Cpath d='M0 5h24v1H0zM0 17h24v1H0z' style='fill:%23ddd'/%3E%3Cpath d='M5 0h1v24H5z' style='fill:%23ddd'/%3E%3Cpath d='M11 0h1v24h-1z' style='fill:%23bbb'/%3E%3Cpath d='M17 0h1v24h-1z' style='fill:%23ddd'/%3E%3Cpath d='M0 11h24v1H0z' style='fill:%23bbb'/%3E%3Cpath d='M0 23h24v1H0z' style='fill:%23999'/%3E%3Cpath d='M23 0h1v24h-1z' style='fill:%23999'/%3E%3C/svg%3E"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment