...
<div class=".wp"> <div class="box"></div> </div>
.wp { display: flex; justify-content: center; align-items: center; }
.wp { display: grid; } .box { align-self: center; justify-self: center; }
博客简介 JavaScript