📜  如何居中固定元素 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:44.587000             🧑  作者: Mango

代码示例2
left: 50%;
margin-left: -400px; /* Half of the width */