CSS- Lesson 8 - Layouts in CSS

Althogh this lesson introduces no new css it is probably the most important lesson yet. This lesson introduces layouts in css. In the last lesson you discovered that it is possible to make a container in css. That was the first part, now by adding in similar code you can create a very cool layout.

You can name an infinate amount of divs in exactly the same way as the container is named, using all the same code and just changing the word "container". As long as you place all of your new divs inside the original container, they will take their position from the container top left. The rest is up to you.

Note::::: The only way to find out where the divs go best is through trial and error, it helps to change all your divs background colour so you can easily identify them. Also it helps in your css to seperate your divs from your tags using a note.

Lesson 7- Defining a container

Lesson 9- Changing the Cursor