<!DOCTYPE html>
<html>
<head>
    <meta  charset="utf-8" />
    <title>css绝对定位垂直水平居中box</title>
</head>
    <body>
        <div style="width:100%; height:100%; background-color:#CCC; ">
        <div style="width:100px; height:100px; position:absolute; top:50%; background-color:#00C; left:50%; margin-top:-50px; margin-left:-50px;">swf</div>
        </div>
    </body>
</html>

 

 

 

相关文章:

  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
猜你喜欢
  • 2021-08-31
  • 2021-11-27
  • 2021-12-05
  • 2021-12-13
  • 2021-11-23
相关资源
相似解决方案