Recent Articles

Floats vs positioning

Which is better, floating or positioning? I answered this very question for someone on Webdesigner Forum so will run through my reply here but in more detail. Floating is the css method of telling an [...]

Vertically Centering a Website

How often have you wanted to make your website appear in the middle of the users browser? Centering a website is quite simple, in your html create a div called wrapper and add some text [...]

The three types of css stylesheets

There are 3 ways recommended by the W3C to add styling to a markup language. You can use all 3 methods in your html document. External stylesheet This is the recommended method by me and [...]

What is css?

CSS or Cascading Style Sheets are a stylesheet language used to desribe the presentation of a document written in a markup language such as HTML (Hyper Text Mark up Language) or XML (Extensible Markup Language). [...]

Advertisement