This <div> is absolutely positioned

  • It is taken out of the normal flow of the document.
  • Its position is { right: 100px; top: 10px; width: 550px; height: 115px; }

Introduction to CSS Positioning

Positioning is used in conjunction with the box model to compose pages.

Position types

The browser's viewport & more element info

Overflow property

Further information