Skip to content

Instantly share code, notes, and snippets.

@yelinaung
Created July 2, 2013 05:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yelinaung/5906927 to your computer and use it in GitHub Desktop.
Save yelinaung/5906927 to your computer and use it in GitHub Desktop.
Buti4CSS
.pure-button-success,
.pure-button-error,
.pure-button-warning,
.pure-button-secondary {
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pure-button-success {
background: rgb(28, 184, 65); /* this is a green */
}
.pure-button-error {
background: rgb(202, 60, 60); /* this is a maroon */
}
.pure-button-warning {
background: rgb(223, 117, 20); /* this is an orange */
}
.pure-button-secondary {
background: rgb(66, 184, 221); /* this is a light blue */
}
.productlist{
text-align: middle;
font-family: "Helvetica Neue",sans-serif;
font-size: 20px;
font-weight: 200;
letter-spacing: -2px;
}
.productname{
text-align: middle;
font-family: Arial;
font-size: 20px;
font-weight: 200;
letter-spacing: -2px;
}
#eachproduct{
position: relative;
left: 80px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment