Created
March 6, 2013 22:46
-
-
Save nelsonJM/5103885 to your computer and use it in GitHub Desktop.
CSS3: Inset effect using Gradients
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
| #somediv { | |
| background: -webkit-linear-gradient(top, #efefef 99%, #ddd 99%, #f2eded 100%, #fff 100%); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment