<p>0,0</p>
<div class="sticky-element"></div>
<!-- Read the full article and tutorial on webexpe.com -->
.sticky-element {
position: sticky;
top: 10px;
width: 50px;
height: 50px;
background: #FF9B00;
}
body {
background: #2A3B73;
color: white;
min-height: 200vh;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.