<div class="top"> <div class="mask"></div></div> .top{ background-color:red; height:200px; width:400px}.mask { height: 100%; width: 100%; background: -webkit-gradient(linear, 0 top, 0 bottom, from(rgba(255, 255, 255, 0)), to(#fff));}