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

CSS之DIV上下左右居中_html/css_WEB-ITnose

程序员文章站 2022-03-17 12:06:44
...
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-200px;
  margin-left:-300px;
  width:600px;
  height:400px;