Skip to main content

4 docs tagged with "Document Flow"

View all tags

Display none

Learn about the display: none property for completely removing an element from the document flow and its key differences from visibility: hidden.

Position fixed

Learn about position: fixed, how it removes an element from the document flow and fixes its position relative to the browser viewport, making it ideal for persistent headers and navigation.

Position static

Learn about the default position: static value, how it makes elements follow the normal document flow, and why it ignores top, right, bottom, and left properties.

The Normal Document Flow

A comprehensive summary of the Normal Document Flow (or Display Flow) in CSS, detailing how block and inline elements interact and set the foundation for all modern layouts.