Skip to content

Instantly share code, notes, and snippets.

@nickytonline
Created July 11, 2018 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickytonline/b8758276634d96a4c6777f4bb45157ba to your computer and use it in GitHub Desktop.
Save nickytonline/b8758276634d96a4c6777f4bb45157ba to your computer and use it in GitHub Desktop.
Grid Points Background for Storybook
<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