Welcome to Read: 08
Read: 08 - “More CSS Layout”
In this Read: 08, I will talk only about:
- Layout.
Layout
What is a layout?
We are going to look at how to control where each element sits on a page and how to create attractive page layouts.
Key concepts in positioning eLements:
-
Building Blocks
-
Controlling the position of eLements
-
-
Fixed width Layouts
-
Liquid Layouts
As a summary we can say those points:
- There is something called
<div>
that can be used as a container; that contains many elements to apply CSS on them as a group. - The Float is a great tool in css, you can create multi-column layouts.
- The Float is a great tool in css, you can create multi-column layouts.
- The pages can be fixed or liquid.
- You can do a lot of CSS in one file.
Number | References |
---|---|
[] | Duckett, J. (2014). JavaScript & jQuery ; HTML & CSS. In JavaScript & jQuery ; HTML & CSS. Indianapolis, IN: John Wiley & Sons. |