Home
Positioning and floating let you to position your Web page designs exactly as you want them to display!

My experience with positioning and floating.

In order to create a pull out quote, I added a div and applies some styles with a CSS. I made this div to float to the right and applied max and min width to the body content, so when a window is resized a pull quote stays unchanged but can push a little bit of body content.

A video All About Floats from CSS-Tricks.com helped to understand how floats work. Also, I wanted to make my quotes fancier but couldn't figure out how to do so. The article about pullquotes shows some examples of interesting styles but doesn't give styling examples with CSS.

Overall, I've had a great experience with the CSS float property that gives so much flexibility to make a Web page to look the way you want.