HTML
<div class="box"> xxxxx </div>
csss
<style> .box{ width:500px, margin: 0 auto; background-color: bisque; } </style>
实际效果
不贴截图了,自己随便试试
div在页面中居中显示
原文:https://www.cnblogs.com/hellosen/p/12218353.html