如果设置元素设置了position属性,如何让该元素自动居中?

对fixed和absoulte都适用吗?

阅读 2.5k
1 个回答
left: 50%;
transform: translateX(-50%);
推荐问题