click here for a plain text version
<?php    echo <<<CSS
    /* simple top-down gradient - send it start and end values) */
    background-image: -moz-linear-gradient(top, %%start%% 0%, %%end%% 100%);
    background-image: -ms-linear-gradient(top, %%start%% 0%, %%end%% 100%);
    background-image: -o-linear-gradient(top, %%start%% 0%, %%end%% 100%);
    background-image: -webkit-linear-gradient(top, %%start%% 0%, %%end%% 100%);
    background-image: linear-gradient(to bottom, %%start%% 0%, %%end%% 100%);
CSS;
?>
back to the source menu
test

Welcome to corz.org!

I'm always messing around with the back-end.. See a bug? Wait a minute and try again. Still see a bug? Mail Me!