Home

What I learned from chapter 4

In this weeks chapter we learned all about positioning, using the absolute, relative, and floated methods. With absolute positioning all of your elements are fixed to a zero point, the top-left corner of the page. The elements of this page were fitted correctly by figuring their position according to the zero point.

Example of a pullquote that has been floated to the right. The text in the main paragraph wraps around this.