我希望我的 2 个 DIV 水平居中(并且在同一级别彼此相邻)。我知道我可以通过将这两个 DIV 包装到一个“容器”DIV 中来实现这一点,但想知道是否有更清洁的方法来做到这一点?谢谢
#bottom-left {
float: left;
width: 480px;;
background: #5421c2;
}
#bottom-right {
float: right;
width: 480px;;
background: #2ec4a6;
}