CSS3 Grid Principals #4 Making Space with Prefix/Suffix
When we last left our HTML project, we faced a small problem: How do we fill a 12-column grid if we’d like to have some empty space between our page divisions? Luckily, the 960 Grid System addresses...
View ArticleCSS3 Fundamentals #2 Background Images
Background images have a rather storied history when it comes to the World Wide Web. Just like furry wallpaper and wood paneling, there’s no accounting for taste; and almost immediately after the...
View ArticleCSS3 Fundamentals #3 Background Colors
More often than not, you won’t be using an image to serve as the background for your document elements, and will need your preferred color. CSS supports a number of color values, making it rather easy...
View ArticleCSS3 Fundamentals #13 The Box Model
Before we get into the topics of borders, padding, and margins – I need you to visualize something for me. No, this isn’t a throwback to EST; rather just a way for you to picture all of the “stuff”...
View ArticleAdding jQuery to your Webiste
You’ve worked hard learning all the latest tips and tricks about HTML and CSS. You know how to markup a website and create a beautiful layouts using the styles and design skills from CSS. Then you...
View Article