Skip to content

Instantly share code, notes, and snippets.

@ninjasort
Created May 12, 2014 19:13
Show Gist options
  • Save ninjasort/34331bc231cc87eb8138 to your computer and use it in GitHub Desktop.
Save ninjasort/34331bc231cc87eb8138 to your computer and use it in GitHub Desktop.
Facebook, Google Borders
// Facebook Border
.facebook-border {
border: 1px solid;
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
// Google Border
.google-border {
border: 1px solid #d8d8d8;
border-bottom-width: 2px;
border-top-width: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment