要实现水平居中,可以使用以下方法:
.element {
width: 200px;
margin: 0 auto;
}
.parent {
display: flex;
justify-content: center;
}
.child {
/* 子元素的样式 */
}
.parent {
position: relative;
}
.child {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读:margin-left如何精确控制