图片水平垂直居中

图片水平垂直居中 父元素的宽高固定,图片宽高不等,要实现图片自适应的水平垂直居中 想要实现效果如下: 方法一: 添加背景图 <div class="box" style="width:200px;height:200px"> </div> <style> .box{ background:url("../../img/pic.png") center center no-repeat;
相关文章
相关标签/搜索