实用CSS代码片段(1)-绝对定位居中

2016-07-13  本文已影响15人  voidMain
.absolute-center{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; 
}
上一篇 下一篇

猜你喜欢

热点阅读