In CSS, there are some properties that are naturally inherited from parent to child. This is useful because it prevents needing to define that same property for all children.
For example, the font-size property can be set (as it often is) on the <body> element, and virtually every element that is a child of <body> will inherit that font-size setting.
(photo by Mariska van Brederide)

A short time ago I wrote an article that broke down the syntax for coding
Up to this point, the most common use for CSS3 Transitions has been in conjunction with the well-known CSS
While fiddling around with the CSS3
With all the excitement over the flashy new stuff in CSS3 (like transitions, transforms, and keyframe animations), some other properties may get pushed into the … well… background.
Baseball season is in full swing in North America and I’ve noticed some nice changes to the design of the
This is not going to be an extensive post, but just something to serve as a quick reference, along with some interesting points from
After years of developing CSS layouts and reading web design blogs and CSS books, I still can’t believe I come across things that I don’t know about super-common CSS properties.
I’ll be the first to admit that I haven’t given this too much thought, so I admit there could be some drawbacks I haven’t considered, but I thought I’d throw the idea out there and see what my readers think.
As anyone who codes CSS knows, the