Quick Tip

CSS - when using more than one way to apply a style, be sure to understand style precedence. Inline styles will take precedence over embedded. Embedded will take precedence over external. For the most part, web sites are easier to work with and maintain when most if not all the styles are on an external style sheet in one place . . . then precedence is not an issue.

 

Tips, Tricks & Tutorials

CSS3: What's New?

Below are a few of what's new in CSS3 to get you started.