Skip to content

Instantly share code, notes, and snippets.

@dhunmoon
Created September 8, 2015 12:50
Show Gist options
  • Save dhunmoon/3c3906759fd23cddd4f1 to your computer and use it in GitHub Desktop.
Save dhunmoon/3c3906759fd23cddd4f1 to your computer and use it in GitHub Desktop.
CSS: CSS PIE Gradient IE
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
background: -webkit-linear-gradient(#EEFF99, #66EE33);
background: -moz-linear-gradient(#EEFF99, #66EE33);
background: -ms-linear-gradient(#EEFF99, #66EE33);
background: -o-linear-gradient(#EEFF99, #66EE33);
background: linear-gradient(#EEFF99, #66EE33);
-pie-background: linear-gradient(#EEFF99, #66EE33);
behavior: url(https://raw.githubusercontent.com/atulc007/CSS3-PIE/master/PIE-1.0.0/PIE.htc);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment