
.sample2 {
width: 300px;
height: 200px;
background-image: -moz-linear-gradient(
top,
#ffcc00 0%,
#ff6600 49%,
#ff3300 50%,
#ff6600);
background-image: -webkit-gradient(
linear,
left top,left bottom,
from(#ffcc00),
color-stop(0.49, #ff6600),
color-stop(0.50, #ff3300),
to(#ff6600));
}
