Back to Developer Roadmap

Block Display

src/data/roadmaps/css/content/block@uhHBvhgHjmIZDeOEPi_pZ.md

4.0480 B
Original Source

Block Display

The display: block; property in CSS makes an element behave like a block-level element. This means it will take up the full width available to it, starting on a new line and pushing subsequent content to a new line as well. Block elements typically define the major structural components of a webpage.

Visit the following resources to learn more: