Skip to content

Instantly share code, notes, and snippets.

@benhoIIand
Created September 12, 2014 11:16
Show Gist options
  • Select an option

  • Save benhoIIand/06fc7d149893533720d7 to your computer and use it in GitHub Desktop.

Select an option

Save benhoIIand/06fc7d149893533720d7 to your computer and use it in GitHub Desktop.
test CSS
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