0
点赞
收藏
分享

微信扫一扫

在position absolute div 怎么居中

吓死我了_1799 2023-02-17 阅读 137


#container {

background: #ffc url(mid.jpg) repeat-y center;

position: absolute;

left: 50%;

width: 980px;

margin-left: -490px;

}


举报

相关推荐

0 条评论