My learning journal for Code Fellows
Reading 08 MOAR CSS
- Learn CSS - Layout
- Duckett HTML/CSS book: Ch. 15, “Layout” (again; repeat of Class 4 reading
Layout
- Multiple CSS files can be applied to one page
- browsers display pages in normal flow, unless you specify relative, absolute or fixed position for the page
- flot moves content to the left or right of the page
- pages can be setup to be fixed or liquid
- grids make your page look professional and not like clip art
- CSS frameworks provide rules for tasks
Things I want to learn more about
- I play to use alot of these layout temps this week for our team project.
Java Script & Jquery, Jon Duckett