码迷,mamicode.com
首页 > Web开发 > 详细

html中div居中

时间:2018-05-11 20:36:58      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:图片   ima   .com   技术分享   效果   red   position   现在   round   

鉴于每次都有人问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>

效果是:

技术分享图片

 

html中div居中

标签:图片   ima   .com   技术分享   效果   red   position   现在   round   

原文地址:https://www.cnblogs.com/Cein/p/9025560.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!