Skip to content

Instantly share code, notes, and snippets.

@Jabbslad
Created February 10, 2012 12:31
Show Gist options
  • Save Jabbslad/1789368 to your computer and use it in GitHub Desktop.
Save Jabbslad/1789368 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
*/
a {
position: absolute;
top: -1px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-bottom-top-radius: 5px;
min-width: 78px;
max-width: 78px;
width: 78px;
height: 52px;
min-height: 52px;
max-height: 52px;
line-height: 52px;
border: 1px solid #00487A;
background: #888;
color: white;
cursor: pointer;
text-align: center;
vertical-align: middle;
}
<!-- content to be placed inside <body>…</body> -->
<a href="#">Hello Button</a>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment