Skip to content

Instantly share code, notes, and snippets.

@johnboxall
Created August 30, 2010 17:11
Show Gist options
  • Save johnboxall/557696 to your computer and use it in GitHub Desktop.
Save johnboxall/557696 to your computer and use it in GitHub Desktop.
#iphone-icon {
-webkit-border-radius: 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.796875) 0px 1px 2px;
background: -webkit-gradient(radial, 28 -20, 50, 28 -20, 51,
from(transparent),
to(rgba(0, 0, 0, 0.0976562))),
-webkit-gradient(radial, 28 -50, 50, 28 -50, 80,
from(rgba(255, 255, 255, 0.796875)),
to(rgba(255, 255, 255, 0))),
url({{ image }}) no-repeat 0% 0%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment