Design Fundamentals for the Web – Session 5

February 20, 2014

Review

Last week’s agenda

HTML Elements for Creating Layouts

More Info on HTML5 Elements for Layouts

Exercise


CSS Properties for Creating Layouts

CSS Centering

Centering Demo

Let's open up JSFiddle and experiment with the CSS centering porperties:

Here's the CSS Centering Fiddle.

More info on CSS Centering

CSS Positioning

Positioning Demo

Let's open up JSFiddle and experiment with the CSS positioning porperties:

Here's the CSS Positioning Fiddle.

More info on CSS Positioning

CSS Floating

Float Demo

Let's open up JSFiddle and experiment with the CSS positioning porperties:

Here's the CSS Float Fiddle.

More info on CSS Floating

Exercise


Types of Layouts

Check out Liquidapsive.com to get a better idea of some of the different types of layouts your can make, depending on your users' needs.


Assignment 5

Reading

Design

Create a Static Layout for Your Pages

After you have completed the reading assignment, revisit your HTML pages and create a static layout using CSS Positioning.