Skip to content

Instantly share code, notes, and snippets.

@kyleparisi
Created January 28, 2014 17: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 kyleparisi/8671854 to your computer and use it in GitHub Desktop.
Save kyleparisi/8671854 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
*/
.btn {
width: 168px;
height: 48px;
text-align: center;
font-size: 24px;
-webkit-box-shadow: 0px 10px 0px 0px rgba(110, 6, 0, 0.75);
-moz-box-shadow: 0px 10px 0px 0px rgba(110, 6, 0, 0.75);
box-shadow: 0px 10px 0px 0px rgba(110, 6, 0, 0.75);
}
.active {
background-color: #D42711;
border-radius: 15px;
}
<!-- content to be placed inside <body>…</body> -->
<div class="btn active">USERS</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