MDN - position
position: static;
position: relative;
/* 绝对定位元素 被移出正常文档流 */ position: absolute; position: sticky;
position: fixed;