Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Relative Positioning | Item Positioning
Advanced CSS Techniques

Relative PositioningRelative Positioning

Relative positioning allows us to position an element visually relative to its original positioning. At the same time, the neighboring elements do not take the element's place.

“position

We can use the properties of top, left, bottom, and right to indicate the visual displacement of an element with respect to its initial position. The values can be positive and negative in different units (px, %, etc.). Let's run the following example to see what effect we can get:

html

index.html

css

index.css

js

index.js

Note

It is essential to mention that there is no need to specify all top, bottom, left, and right properties for the element with the position value that differs from the static. It is enough to set one property for the vertical positioning (top or bottom) and one for the horizontal positioning (left or right).

What does the position: relative property do?

Виберіть правильну відповідь

Все було зрозуміло?

Секція 2. Розділ 2
course content

Зміст курсу

Advanced CSS Techniques

Relative PositioningRelative Positioning

Relative positioning allows us to position an element visually relative to its original positioning. At the same time, the neighboring elements do not take the element's place.

“position

We can use the properties of top, left, bottom, and right to indicate the visual displacement of an element with respect to its initial position. The values can be positive and negative in different units (px, %, etc.). Let's run the following example to see what effect we can get:

html

index.html

css

index.css

js

index.js

Note

It is essential to mention that there is no need to specify all top, bottom, left, and right properties for the element with the position value that differs from the static. It is enough to set one property for the vertical positioning (top or bottom) and one for the horizontal positioning (left or right).

What does the position: relative property do?

Виберіть правильну відповідь

Все було зрозуміло?

Секція 2. Розділ 2
some-alt