Skip to content

Instantly share code, notes, and snippets.

@Toxiapo
Created March 23, 2018 18:17
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 Toxiapo/382c38b88c44f852291023074a2c2c24 to your computer and use it in GitHub Desktop.
Save Toxiapo/382c38b88c44f852291023074a2c2c24 to your computer and use it in GitHub Desktop.
The style will let you create dotted borders with any sizes and spacings
background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
background-position: top;
background-size: 10px 1px;
background-repeat: repeat-x;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment