SOURCE

console 命令行工具 X clear

                    
>
console
<div class="box">
  <img src="http://www.yuanyouliang.com/assets/img/Coding.png" alt="" class="center" />
</div>
.box {
  background-color: #ccc;
  position: relative;
  height: 200px;//必须
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}