<p>0,0</p>
<div class="relative-element"></div>

<!-- Read the full article and tutorial on webexpe.com  -->
.relative-element {
  position: relative;
  top: 100px;
  left: 200px;
  
  width: 50px;
  height: 50px;
  background: #FF9B00;
}


body {
  background: #2A3B73;
  color: white;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.