Created
July 11, 2018 13:48
-
-
Save nickytonline/b8758276634d96a4c6777f4bb45157ba to your computer and use it in GitHub Desktop.
Grid Points Background for Storybook
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
<style> | |
body { | |
background-image: linear-gradient(transparent 0px, transparent 1px, rgb(255, 255, 255) 1px, rgb(255, 255, 255) 20px), linear-gradient(to right, rgb(54, 69, 79) 0px, rgb(54, 69, 79) 1px, rgb(255, 255, 255) 1px, rgb(255, 255, 255) 20px); | |
background-position: 1.1875rem; | |
background-size: 1.25rem 1.25rem; | |
background-attachment: fixed; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment