Home

CSS Gradient Generator & Rotating Text

Here are a couple tools to help you add gradients to your site.

Would you like to add a nice gradient to an element on your site? Fortunately, there are some awesome tools to make such an endeavor fairly straightforward, especially if you've used gradients in other programs. Here's a pretty cool one with cross-browser support (including Internet Exploder).

CSS can be a funny thing. Something complicated like gradients can be relatively straightforward, while simply rotating text can be a bear to no end, especially when you desire cross-browser functionality. Here's a good intro to rotating text. Unfortunately, when I tried I had major issues with both positioning and appearance in Internet Exploder.

Let's Connect

Keep Reading

Select the Last n Children in CSS

Sometimes you need to target more than just the last child in a series of HTML elements. Learn how to target the last n number of elements here.

Dec 20, 2014

Learning How to Code a Website for Beginners

Learning to jump into web development can be overwhelming. Let's look at a couple ways in which you can get started.

Nov 20, 2012

Use a Class Map to Set Dynamic Styles

Components often need to use styling based on property combinations. There are a number of ways to solve this, but only one I’ve found to be the cleanest.

Feb 03, 2023