Skip to content

Instantly share code, notes, and snippets.

@yabasha
Forked from maban/Rounded edge line CSS
Created November 4, 2020 10:27
Show Gist options
  • Save yabasha/dc6aa041ebb391c0c83c63170cc152c0 to your computer and use it in GitHub Desktop.
Save yabasha/dc6aa041ebb391c0c83c63170cc152c0 to your computer and use it in GitHub Desktop.
Line with rounded edges
h1:after {
content: " ";
display: block;
border-top: 2px solid skyblue;
border-bottom: 2px solid skyblue;
border-radius: 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment