Background Gradient

 h1.gradient 
{
background: linear-gradient(#820000, #fff);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#820000', endColorstr='#fff');
}

This heading 1 content will have a cardinal red to white gradient.