Skip to content

Instantly share code, notes, and snippets.

@ryanmorr
Created January 16, 2024 20:06
Show Gist options
  • Save ryanmorr/85477874ddc42249393fb6d22f2ca678 to your computer and use it in GitHub Desktop.
Save ryanmorr/85477874ddc42249393fb6d22f2ca678 to your computer and use it in GitHub Desktop.
Vertical rule to separate things
.vr {
display: inline-block;
align-self: stretch;
width: 1px;
min-height: 1em;
background-color: currentcolor;
opacity: 0.25;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment