如何让一个元素始终在窗口水平垂直居中

方法一:div{width:200px;height:200px;background:#000;position:fixed;left:0;top:0;right:0;bottom:0;margin:auto;}

方法二:div{width:200px;height:200px;background:#000;position:fixed;left:50%;top:50%;margin:-100px 0 0 -100px;}

posted @ 2018-07-24 10:42  color_wolf  阅读(627)  评论(0编辑  收藏  举报