<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>子绝父相定位盒子居中</title>
<style>
.box{
width: 900px;
height: 900px;
background-color: skyblue;
margin: 0 auto;
position: relative;
}
子绝父相定位居中
最新推荐文章于 2023-11-09 19:22:20 发布