Created
January 1, 2012 17:24
-
-
Save ultim8k/1547835 to your computer and use it in GitHub Desktop.
linear gradient test
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
/** | |
* linear gradient test | |
*/ | |
background: #ccc; | |
background: linear-gradient(180deg, #ccc, #999); | |
border-radius:15px; | |
border:1px solid #777; | |
box-shadow:0px 7px 7px 7px rgba(0,0,0, 0.7); | |
min-height:95%; | |
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
<!-- content to be placed inside <body>…</body> --> |
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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment