Created
September 12, 2014 11:16
-
-
Save benhoIIand/06fc7d149893533720d7 to your computer and use it in GitHub Desktop.
test CSS
This file contains hidden or 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
| body { | |
| min-height: 100%; | |
| background-color: #FDFDFD; | |
| font-size: 14px; | |
| line-height: 18px; | |
| font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| color: #333; | |
| } | |
| button, | |
| input[type="submit"] { | |
| padding: 12px; | |
| background-color: #D42723; | |
| border: 1px solid #C0211D; | |
| border-radius: 3px; | |
| cursor: pointer; | |
| color: #ffffff; | |
| font-size: 100%; | |
| font-weight: 500; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment