Skip to content

Instantly share code, notes, and snippets.

@jnordberg
Created December 18, 2011 14:09
Show Gist options
  • Save jnordberg/1493512 to your computer and use it in GitHub Desktop.
Save jnordberg/1493512 to your computer and use it in GitHub Desktop.
Hot button – ƒ
/* Hot button – ƒ */
button {
background: red;
border: 0.1em solid orange;
box-shadow: 0 0 1em rgba(0, 0, 0, 0.65);
border-radius: 1em;
}
body, html {
background-image: radial-gradient(55% 45%, ellipse cover, #eee, #999 130%);
min-height:100%;
font-size: 40px;
}
button {
position: absolute;
top: 50%; left: 50%;
width: 20em;
height: 2em;
margin-left: -10em;
margin-top: -1em;
}
<button>Attractive Horse</button>
{"page":"css","view":"split"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment