Additional CSS Resources

CSS Basics


CSS Video Training

January 6, 2015

webmentor

Hi,

I just launched our new video training site Webmentor.org. Besides courses on HTML, HTML5, JavaScript and PHP, we also great courses on CSS.

What makes Webmentor.org standout, is the fact you can actually contact the creators of the courses! That’s me, Santo and Ben.

… It’s the next best thing to having a mentor standing beside you.

Check out our CSS courses.

Thanks,
Stefan Mischook

read more


Centering Text with CSS

June 29, 2010

Centering text and other elements can easily be done with the CSS text-align property. It can be applied to a division, the p tag – pretty much any block-level element.

read more


The CSS Overflow Property

June 26, 2010

By default, elements in a website will expand to make room for whatever they contain. An empty division, for example, won’t show at all, but you can add 1 or 12 (whatever) paragraphs, and the division will be as big as it needs to be so everything inside is displayed.

read more


Styling iframes with CSS

June 5, 2010

If you still haven’t heard, hear it now: FRAMES ARE DEAD – well, technically, they are more like the undead – the zombies of webdesign. They should be gone and forgotten but refuse to stay buried. It’s much better not to use them. However, there may be a situation, where inserting a separate html document into your page makes sense.

read more


Changing the Font to All Caps with CSS

May 11, 2010

While text in general is hard to read when written in all caps – and considered the electronic version of yelling – using CAPS for emphasize is a handy tool. Headers are a place where capitalization is frequently used. And to assure that your header is displayed uniformly throughout the site without having to worry about actually writing in all caps, just use CSS.

read more


Adding more than one Background Image with CSS

May 8, 2010

At times, it makes more sense to use background images than to insert them directly into the page. And while each element – like your body tag – can hold only one background image, they can be applied to several elements.

read more


Styling Lists with CSS

April 27, 2010

We’ve already discussed navigation lists and list bullet images, but sometimes, a list is just a list. There are two types – the ordered list and the unordered list. The ordered list counts the items; the unordered list marks the individual items with bullets or other markers. The HTML is simple.

read more