div的居中

一、页面的水平居中

 

1 #article{
2     position: relative;
3     margin: 0 auto;
4     width: 80%;
5     background-color: aquamarine;
6 
7 }

 

相关文章: