Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 433 Bytes

File metadata and controls

10 lines (8 loc) · 433 Bytes
layout chapter
title CSS <strong>Positioning</strong>
subtitle Breaking the <strong>flow</strong>
section css

Even without applying any CSS, an HTML document is already styled. Its content follows a natural Flow, directly dependent on the HTML structure.

But webpages often want elements to be positioned in a certain way to accomodate for particular design needs, which requires breaking the Flow.