Eye of Design helps users find information on web design and development along with feature a gallary of works created by Gary R. Hess.
Clear
CSS clear is a useful property which gives webmasters the ability to put objects below another. Commonly used with floats, clear gives us the power to make creative designs and add flavor to the web.
Clear left, right or both
You may use clear: left;, clear: right;, or clear: both;. When using clear: left; the element will stay clear of the other elements left of it putting it below the others. When clearing both, it makes the element go below all elements above it.
