Skip to content

Instantly share code, notes, and snippets.

@antonjb
Last active January 9, 2019 13:29
Show Gist options
  • Save antonjb/d3a8786bea2dce837fff243ad7b37038 to your computer and use it in GitHub Desktop.
Save antonjb/d3a8786bea2dce837fff243ad7b37038 to your computer and use it in GitHub Desktop.
.alphabetical-border {
border-left: 1px solid orange;
border-right: 1px solid orange;
border-top: 1px solid orange;
}
.property-border {
border-top: 1px solid orange;
border-right: 1px solid orange;
border-left: 1px solid orange;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment