<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;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.