Copied!
background-image: linear-gradient(top, #ffffff 0%, #ffffff 3%, #ffffff 5%, #ffff00 8%, #ffff00 10%, #ffcc00 50%, #ffcc00 90%, #ffcc00 95%, #ffcc00 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.025, #ffffff), color-stop(0.05, #ffffff), color-stop(0.075, #ffff00), color-stop(0.1, #ffff00), color-stop(0.5, #ffcc00), color-stop(0.9, #ffcc00), color-stop(0.95, #ffcc00), color-stop(1, #ffcc00));
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 3%, #ffffff 5%, #ffff00 8%, #ffff00 10%, #ffcc00 50%, #ffcc00 90%, #ffcc00 95%, #ffcc00 100%);
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 3%, #ffffff 5%, #ffff00 8%, #ffff00 10%, #ffcc00 50%, #ffcc00 90%, #ffcc00 95%, #ffcc00 100%);
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 3%, #ffffff 5%, #ffff00 8%, #ffff00 10%, #ffcc00 50%, #ffcc00 90%, #ffcc00 95%, #ffcc00 100%);