Created
May 12, 2014 19:13
-
-
Save ninjasort/34331bc231cc87eb8138 to your computer and use it in GitHub Desktop.
Facebook, Google Borders
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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