Skip to content

Instantly share code, notes, and snippets.

@betweenbrain
Created May 29, 2012 17:31
Show Gist options
  • Save betweenbrain/2829644 to your computer and use it in GitHub Desktop.
Save betweenbrain/2829644 to your computer and use it in GitHub Desktop.
Google Lightbox Background
background: #666;
background-image: -webkit-gradient(radial,center center,125,center center,800,from(white),to(#4C4C4C));
background-image: -moz-radial-gradient(50% 50% 90deg,circle farthest-side,white,#4C4C4C);
position: fixed;
left: 0;
top: 0;
z-index: 999;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment