页面中的div居中

div的居中

一、页面的水平居中

 

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

 

posted @ 2018-02-09 00:00  Michealjobs  阅读(3610)  评论(0编辑  收藏  举报