Created
July 16, 2014 00:14
-
-
Save nickgrealy/579ce0f2d1813b0d1638 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains 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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
div{color:white;font-weight:bold;height:30px;width:97px;text-align:center;line-height:30px; | |
background: linear-gradient(180deg,#dd4b39,#d14836); | |
border: 1px solid transparent; | |
text-shadow: 0 1px rgba(0,0,0,0.1); | |
text-transform: uppercase; | |
border-radius: 2px; | |
cursor: default; | |
font-size: 11px; | |
font-weight: bold; | |
text-align: center; | |
white-space: nowrap; | |
position: relative; | |
display: inline-block; | |
vertical-align: middle; | |
font-family:arial,sans-serif; | |
} | |
#foo{ | |
border: 1px solid #3079ed; | |
background: linear-gradient(180deg,#4d90fe,#4787ed); | |
} | |
#right{ | |
color: #444; | |
border: 1px solid #dcdcdc; | |
background: linear-gradient(180deg,#f5f5f5,#f1f1f1); | |
} | |
span{ | |
box-shadow: 0 2px 4px rgba(0,0,0,0.2); | |
z-index: 990; | |
font-family:arial,sans-serif; | |
border: 1px solid #f0c36d; | |
background-color: #f9edbe; | |
padding: 2px 10px; | |
border-radius: 2px; | |
color: #222; | |
} |
This file contains 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
<div>Compose</div> | |
<div id=foo>Send</div> | |
<div id=right>More</div> | |
<span>Loading...</span> |
This file contains 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
// alert('Hello world!'); |
This file contains 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
{"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