<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<style type="text/css">
*{
padding:0;
margin:0;
}
.f{
width:500px;
height:500px;
background:red;
display: flex;
margin:50px auto;
}
.s{
width:200px;
height:200px;
background:yellow;
margin:auto;
}
</style>
</head>
<body>
<div class="f">
<div class="s"></div>
</div>
</body>
</html>
flex+margin实现居中
最新推荐文章于 2024-09-12 09:36:00 发布