Forum Moderators: not2easy
i want to may my <h1> text have either a border-bottom or an underline that fades...
like a red to white fade that blends in withe the background of white, so it looks like a streak...
possible?
could i do:
h1 { background: url(image); background-position: bottom left; background-repeat: no-repeat; }
You might need to add some padding on the bottom to make it drop down low enough.