Skip to content

Instantly share code, notes, and snippets.

@felippenardi
Created November 4, 2013 15:54
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 felippenardi/7304669 to your computer and use it in GitHub Desktop.
Save felippenardi/7304669 to your computer and use it in GitHub Desktop.
Untitled
.button {
box-sizing: border-box;
background-color: #009DFF;
font-family: Lato, 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
color: #FFF;
display: inline-block;
font-size: .9em;
padding-bottom: 0.5em;
padding-left: 0.8em;
padding-right: 0.8em;
padding-top: 0.6em;
position: relative;
text-align: center;
text-decoration: none;
}
.button.has-icon {
font-size:1.5em;
padding: 0.1em 0.3em 0.0em;
}
<a class=button>Button</a>
<a class="button has-icon"></a>
<br><br>
<a class="button"></a>
// alert('Hello world!');
{"view":"split","fontsize":"90","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment