Skip to content

Instantly share code, notes, and snippets.

@larshisken
Created August 23, 2014 11:58
Show Gist options
  • Select an option

  • Save larshisken/757ec942eb624b4f9eff to your computer and use it in GitHub Desktop.

Select an option

Save larshisken/757ec942eb624b4f9eff to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.button {
display: inline-block;
background-color: blue;
color: white;
padding: 10px 15px;
}
.button-modifier {
background-color: red;
}
<!-- content to be placed inside <body>…</body> -->
<a href="" class="button">Button</a>
<a href="" class="button button-modifier">Button met modifier</a>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment