CSS Positioning

Estimated reading: 1 minute 170 views

The position property (as you may have guessed) changes how elements
are positioned on your webpage.

 position: value;

 position: absolute; top: 10px; right: 10px;

Values:

  • static
  • relative
  • absolute
  • fixed

Share this Doc

CSS Positioning

Or copy link