Example 4-1: The styles for the main content of an HTML document main { clear: left; } main h1 { font-size: 170%; } main h2 { font-size: 130%; } main p.indent { text-indent: 2em; } main a.date_passed { color: gray; } (Refer to example 4-1) What does the clear property do?