18910140161

html中的div中间

顺晟科技

2022-09-15 21:34:00

160

鉴于每次都有人问css垂直居中,现在写个小例子。。。

<html>

<head>
    <title>测试</title>
    <style>
        div {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -150px 0 0 -200px;
            width: 400px;
            height: 300px;
            border: 1px solid red;
        }
    </style>
</head>

<body>
    <div></div>
</body>

</html>

效果是:

 

相关文章
我们已经准备好了,你呢?
2024我们与您携手共赢,为您的企业形象保驾护航