Skip to content

Instantly share code, notes, and snippets.

@MariaJackson1
Last active August 8, 2022 20:41
Show Gist options
  • Select an option

  • Save MariaJackson1/dc12a62813e840ccb739425414977603 to your computer and use it in GitHub Desktop.

Select an option

Save MariaJackson1/dc12a62813e840ccb739425414977603 to your computer and use it in GitHub Desktop.
Vertical Line Separator
#top-menu li:first-child:before {
content: "";
}
#top-menu li:before {
content: "|";
position: absolute;
left: -16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment