DEV Community

Discussion on: Intro to CSS Flexbox layouts

Collapse
 
csharplove profile image
csharplove

In what occasion use absolute position vs relative position

Thread Thread
 
shafikshaon profile image
Mohd. Shafikur Rahman • Edited

In short, position: relative places an element relative to its current position without changing the layout around it, whereas position: absolute places an element relative to its parent's position and changing the layout around it.

Thread Thread
 
csharplove profile image
csharplove

Thanks for your help Mohd ,appreciate it