Posts tagged CSS
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.
