CSS Tricks Position

.element {
  position: relative;
  top: 50px;
}
Unsightly Unicorn