This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<main> | |
<div class="wrapper"> | |
<article class="flow"> | |
<h1>CSS Position Property</h1> | |
<figure class="callout"> | |
<p> | |
Change the <code>position</code> style to see how the box behaves, both relative to its parent and the viewport. | |
For <code>position: sticky</code> and <code>position: fixed</code>, make sure you scroll to see the effect. | |
</p> | |
<p> |