Created
December 18, 2011 14:09
-
-
Save jnordberg/1493512 to your computer and use it in GitHub Desktop.
Hot button – ƒ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button>Attractive Horse</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"page":"css","view":"split"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment