https://tutorial.jumpdesign.tw/

🚀 position 定位元素

*position: static /* 預設值 */ | relative | fixed | absolute | sticky;*

👀  屬性設定元素在文件中的定位方式。

📍 配合屬性:

*top,left,bottom,right: auto|length|initial|inherit;
/* 預設值為 auto = 元素原本位置 , (負數有效) */*