CSS Course

Lesson 6: Positioning and Layout

Position Property

Example

.box {
  position: absolute;
  top: 50px;
  left: 100px;
}