Relativno

by Gregor Z.

HTML

<div class="gargamel">
Gargamel
</div>

CSS

.gargamel {
  background-color: khaki;
  width: 200px;
  height: 50px;
  font-size: 10px;
  position: relative;
  top: 10px;
  left: 50px;
  margin: 20px;
}