position
Position property
Position propertystatic
static.fixed {
position: fixed;
top: 99px;
left: 155px;
background: pink;
}fixed
fixed.fixed {
position: fixed;
top: 99px;
left: 155px;
background: pink;
}sticky
stickyLast updated