美文网首页
图片水平垂直居中

图片水平垂直居中

作者: 卡卡西哥哥 | 来源:发表于2018-11-20 20:55 被阅读4次

    <style type="text/css">

        *{margin: 0;padding:0;}

        div{

            width:150px;

            height: 100px;

            position: relative;

            border:1px solid #000;

        }

        img {

            width: 50px;

            height: 50px;

            position: absolute;

            top: 50%;

            left: 50%;

            transform: translate(-50%,-50%);

        }

    </style>

    相关文章

      网友评论

          本文标题:图片水平垂直居中

          本文链接:https://www.haomeiwen.com/subject/fjhfqqtx.html