Skip to content

Instantly share code, notes, and snippets.

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 shopifypartners/665fe5bcf98322ad74bcaa3464f62411 to your computer and use it in GitHub Desktop.
Save shopifypartners/665fe5bcf98322ad74bcaa3464f62411 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