Adding background images

Background images add a lot of interest to a website. Not only can we have a background image for the entire site, but each box (container) can have it’s own background image. Let’s start by looking at CSS properties relevant to background images, then we’ll look at some examples.

Adding background images Read More »

Seeing The Boxes

In the last post we covered how to create boxes within CSS. Let’s expand that and discuss how we do nested boxes – which is most likely how we will be using boxes within a webpage layout. One box for the entire page, then a collection of boxes within the main box. (By the way,

Seeing The Boxes Read More »

Creating a Box in CSS

One of the beauties of CSS is being able to create a box (container) of information. The placement of the box is dependent on its relationship with the surrounding elements and what we call the parent containers. Without going into that kind of detail (at least in this post), let’s discuss how to create a

Creating a Box in CSS Read More »

Do-It-Yourself Websites

There are more and more options available for creating your own website. As an owner of a web design business, I have mixed feelings about this. But, I tend to think the world is big enough for all kinds of opportunities. I think it is exciting how technology has advanced to the degree that it

Do-It-Yourself Websites Read More »

CSS

Formatting Text with CSS

CSS gets a lot of attention these days…in the web design arena. And, rightly so. CSS makes it easier to maintain or update a site. CSS is efficient and effective. Efficient in that it with one small change inside CSS, I can change all my headings on the site to a different size or a

Formatting Text with CSS Read More »