CSS Tutorials
How to Center a Website with CSS
Mar 24th
The question about centering your website in the visitor’s screen always comes up. Fortunately, the solution is really very simple.
Essentially, you can have two different types of website layouts - fixed and liquid widths. Fixed widths stay, well…fixed. Liquid layouts stretch to suit the size of your visitor’s screen.
Why use CSS?
Aug 23rd
There are a million reasons to use CSS over plain ol’ HTML formatting. This short article will list and explain some of the main reasons to use CSS.
Contrasting Colours
Jun 12th
Contrast is an important part of Web design because it often means the difference between a page that looks great and a page that is illegible or painful to look at. But sometimes it can be hard to decide what colours work well in contrast to others.
