Answers for "css postion property"

CSS
-2

what is position property in css

relative: element at lower position in stack
absolute: element above the relatively positioned element in stack
sticky: scrolls with the user scroll movements
fixed: element fixed with property doesn't disappear while scrolling instead stick to the top
static: default value
Posted by: Guest on September-30-2021

Browse Popular Code Answers by Language