SyntaxStudy
Sign Up
Home CSS Exercises CSS Positioning

CSS Positioning

Intermediate

Complete the sentences about CSS position values.

The default position value is .

To position an element relative to its normal position, use .

To remove an element from the normal flow and position it relative to the nearest positioned ancestor, use .

To keep an element fixed in the viewport during scroll, use .