Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sarachisholm/10eda148d623f37eee044dbb6659cb5d to your computer and use it in GitHub Desktop.
Save sarachisholm/10eda148d623f37eee044dbb6659cb5d to your computer and use it in GitHub Desktop.
.product {
max-width: 400px;
box-shadow: 0 0 15px 5px #eee;
padding: 30px;
}
.product__buy {
background: #7ab55c;
padding: 0.5625em 1.875em;
color: white;
text-decoration: none;
border-radius: 3px;
display: inline-block;
}
.product__buy:hover {
text-decoration: none;
background: #6aa74c;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment