Código 'background gradient'
Explicação:background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#d8d8d8)); background: -moz-linear-gradient(top, #f2f2f2, #d8d8d8);
background: -webkit-gradient(linear, left top, left bottom, from(#cor de cima), to(#cor de baixo)); background: -moz-linear-gradient(top, #cor de cima, #cor de baixo);
Mais um super efeito CSS para vocês.