.box1 {
width: 200px;
height: 200px;
border: 1px solid red;margin:50px auto;
margin-left:auto;
margin-right:right auto;
}
</style>
我這樣寫也能實(shí)現(xiàn)盒子居中啊
width: 200px;
height: 200px;
border: 1px solid red;margin:50px auto;
margin-left:auto;
margin-right:right auto;
}
</style>
我這樣寫也能實(shí)現(xiàn)盒子居中啊
2025-06-04