by andy kinloch | Oct 2, 2012 | CSS, Wordpress
Specifying a top to bottom gradient using CSS, in this case grey to white /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(top, #CCCCCC 0%, #FFFFFF 100%); /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #CCCCCC 0%, #FFFFFF 100%); /*...
Recent Comments