div居中

.bgform {
top:50%;
left:50%;
position: absolute;
/*right: 10px;*/
/*bottom: 150px;*/
background: rgba(255, 255, 255, 0.20);
border: 1px solid rgba(183, 255, 255, 0.27);
border-radius: 2px;
width: 350px;
height: 350px;
padding: 5px auto;
margin:-175px 0 0 -175px;
}

posted on 2019-10-16 14:47  苹果园dog  阅读(126)  评论(0编辑  收藏  举报

导航