div在网页中垂直水平均居中

2017-02-25  本文已影响0人  小嘉慧

body{

width:800px;

background-color:rgb(90,230,140);

}

.panel{

margin:auto;

width:500px;

height:300px;

top:0;bottom:0;left:0;right:0;

position:absolute;

background-color:white;

}

上一篇 下一篇

猜你喜欢

热点阅读