居中

2016-10-26  本文已影响4人  JustFantasy
.main {    
    position: absolute;    
    width: 400px;    
    height: 200px;    
    background-color: #ccc;   
    top: 50%;    
    margin-top: -100px;    
    left: 50%;    
    margin-left: -200px;
}
上一篇 下一篇

猜你喜欢

热点阅读