赞
踩
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>Document</title>
- <style>
- #box1{width: 300px;height: 300px;border: 1px solid black;position: relative;}
- #box2{width: 100px;height: 100px;background: rgb(158, 151, 151);position:absolute;left: 50%;top: 50%;margin: -50px 0 0 -50px;}
- </style>
- </head>
- <body>
- <div id="box1">
- <div id="box2"></div>
- </div>
- </body>
- </html>

运行结果
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。