设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 创业者 手机 数据
当前位置: 首页 > 服务器 > 系统 > 正文

css让容器水平垂直居中的7种方式(3)

发布时间:2020-03-16 04:35 所属栏目:52 来源:站长网
导读:}/**方法一**/.center{background:green;position:absolute;width:100px;height:100px;left:50px;top:50px; }/**方法二**/.center{background:green;position:absolute;width:100px;height:100px;left:50%;top:50%;

} /**方法一**/ .center { background: green; position: absolute; width: 100px; height: 100px; left: 50px; top: 50px;    

     

} /**方法二**/ .center { background: green; position: absolute; width: 100px; height: 100px; left: 50%; top: 50%; margin-left:-50px; margin-top:-50px;   

}   

  

兼容性:适用于所有浏览器

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读