<div class="container">
<p class="sticky">I'm sticky</p>
</div>
body {
background: #282828;
color: #ffffff;
}
.container {
height: 1300px;
padding-top: 200px;
}
.sticky {
position: sticky;
top: 0;
background: green;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.