Skip to content

Instantly share code, notes, and snippets.

@maban
Last active December 27, 2023 07:16
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save maban/62927bccf03879ab89fd to your computer and use it in GitHub Desktop.
Save maban/62927bccf03879ab89fd 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;
}
@LeslieOA
Copy link

Works a treat. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment