CSS Indentation

 After about a year of coding, I have decided to become a writer and spread the knowledge of HTML and CSS coding around. I was given the opportunity to write for this site, so here I am and here is my first article. Hope you enjoy!
Have you ever wanted to know how to make your […]

Id or Class?

One of the most confusing aspects that most fail to grasp the concept of is the id and class selectors. What is the difference, and what should be classes, and what should be an id? In this small post I’ll attempt to explain the difference, and then give examples of why to use each one.

Background-Image

Background images can be added using CSS to save having all those <img src=…. in your mark up. In this brief tutorial, I shall explain how.

Navigation Menu with Left & Right Borders

This small tutorial will show you how to enhance your links and make them look very professional using left and right border styles on the links. This method uses no images and works in all browsers. It is very versatile and can be changed. Highly recommended way of creating a smart navigation.

Using Background Images with Repeat - Navigation

This is a simple tip that many beginners to CSS do not realize and use to their advantage. In this brief tutorial I will go through the method on how to use a background image as the background to an element, and make it repeat either in width (x) or height (y) so that your […]