Answers for "relative or absolute position"

CSS
1

what does position relative do ?

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.
Posted by: Guest on September-11-2021
0

what is the difference between relative and absolute css

position: fixed;
Posted by: Guest on August-24-2021

Code answers related to "relative or absolute position"

Browse Popular Code Answers by Language