Skip to content

Instantly share code, notes, and snippets.

@nelsonJM
Created March 6, 2013 22:46
Show Gist options
  • Select an option

  • Save nelsonJM/5103885 to your computer and use it in GitHub Desktop.

Select an option

Save nelsonJM/5103885 to your computer and use it in GitHub Desktop.
CSS3: Inset effect using Gradients
#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