一个div 在浏览器居中

2022-02-15  本文已影响0人  方_圆

使用CSS实现

/*  准备 width: 600px,*height: 700px的div  设置好背景图片颜色 等等

设置为绝对位置

.wrap {

            background-image: url('img/2.jpg');

            width: 600px;

            height: 700px;

            margin: auto;

            position: absolute;

            top: 0;

            bottom: 0;

            left: 0;

            right: 0;

        }

上一篇 下一篇

猜你喜欢

热点阅读