Skip to content

Instantly share code, notes, and snippets.

@NickWoodhams
Created June 19, 2013 03:20
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 NickWoodhams/5811459 to your computer and use it in GitHub Desktop.
Save NickWoodhams/5811459 to your computer and use it in GitHub Desktop.
HTML + CSS API Xchange Button Embed
<style>
.apixchange-embed-button {
font-family: "Lato", sans-serif;
display: inline-block;
border: 2px solid #eee;
border-radius: 5px;
background: #FFF;
width: 227px;
white-space: nowrap;
}
.apixchange-embed-button a {
display: block;
margin: 0;
padding: 0;
color: #1abc9c;
text-decoration: none;
font-size: 16px;
padding: 10px;
border: none;
}
.apixchange-embed-button div {
text-align: center;
margin-bottom: 3px;
border: none;
}
.apixchange-embed-button img {
margin: 0;
padding: 0;
border: none;
width: 203px;
height: 43px;
}
</style>
<div class="apixchange-embed-button">
<a href="https://apixchange.com" target="_blank">
<div>Need help with integration?</div>
<img src="https://apixchange.com/static/img/logo.png">
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment