欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

CSS 控制div在页面中水平垂直居中_html/css_WEB-ITnose

程序员文章站 2022-05-05 08:02:48
...
#silverlightControlHost {

height: 200px;

width: 300px;

left:50%;

top:50%;

margin-left:-150px;

margin-top:-100px;

position: absolute;

text-align: center;

}

根据需要修改

的值即可

height: 200px;

width: 300px;

margin-left:-150px;

margin-top:-100px;