Skip to content

Instantly share code, notes, and snippets.

@jonbjornn
Created March 6, 2014 16:09
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 jonbjornn/9393099 to your computer and use it in GitHub Desktop.
Save jonbjornn/9393099 to your computer and use it in GitHub Desktop.
Button
/**Button
* The first commented line is your dabblet’s title
*/
* {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.button {
background-color: #f06;
height: 75px;
width: 200px;
text-align: center;
}
<!-- content to be placed inside <body>…</body> -->
<div class="button">Button</div>
// 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