Skip to content

Instantly share code, notes, and snippets.

@YamilG
Created March 28, 2011 06:14
Show Gist options
  • Save YamilG/890065 to your computer and use it in GitHub Desktop.
Save YamilG/890065 to your computer and use it in GitHub Desktop.
bg gradient twitter-like
background: white;
background: white -moz-linear-gradient(-90deg,#DBEDFF 0,white 100px);
background: white -webkit-gradient(linear,0 0,0 100,from(#DBEDFF),to(white));
background-size: 100% 100px;
background-repeat: repeat-x;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment