Skip to content

Instantly share code, notes, and snippets.

@brandonsueur
Created March 16, 2019 20:53
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 brandonsueur/a5b60936d82da4eeff87fd7324b81ac1 to your computer and use it in GitHub Desktop.
Save brandonsueur/a5b60936d82da4eeff87fd7324b81ac1 to your computer and use it in GitHub Desktop.
dots background css
body {
font-family: Avenir, Futura, 'Open Sans', 'Gill Sans', 'Helvetica Neue', Ariel, sans-serif;
font-weight: bold;
font-size: 6vw;
margin: 0 1em;
background: radial-gradient(#c2c2c2 8%, transparent 8%), white;
background-position: 0 0, 25px 25px;
background-size: 25px 25px;
min-height: 100vh;
display: flex;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment