Skip to content

Instantly share code, notes, and snippets.

@qwersk
Created March 21, 2017 03:50
Show Gist options
  • Select an option

  • Save qwersk/d9cf101c008b8f9798b97664709532e0 to your computer and use it in GitHub Desktop.

Select an option

Save qwersk/d9cf101c008b8f9798b97664709532e0 to your computer and use it in GitHub Desktop.
DOTTED BORDER CSS
background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
background-position: bottom;
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