Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active December 20, 2016 04:11
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 braddalton/ee9bd145910afb74d641444aa9130da7 to your computer and use it in GitHub Desktop.
Save braddalton/ee9bd145910afb74d641444aa9130da7 to your computer and use it in GitHub Desktop.
<div class="three-inline-buttons">
<p>
<a class="button" href="http://example/">Buy Now</a><a class="button" href="http://example/">Buy Now</a><a class="button" href="http://example/">Buy Now</a>
</p>
</div>
.three-inline-buttons .button {
margin-left: 15px;
margin-right: 15px;
}
.three-inline-buttons {
display: table;
margin: 0 auto;
}
@media only screen and (max-width: 960px) {
.three-inline-buttons .button{
width: 100%;
margin: 20px;
text-align: center;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment