You can do A LOT with CSS gradients! Even replace background gradient images with CSS. In fact, that’s how I came down this exploration on background gradients with CSS. I was building a page and ...
The .bg-color classes above does not work well with text, or atleast then you have to specify a proper .text-color class to get the right text color for each background. However, you can use the .text ...
Major browsers support CSS3 gradients (including Internet Explorer 10), but with different rendering engines, it's still good to have fallbacks. Designing the presentation layer of an HTML5 ...