css水平垂直居中

.mycss{ 

   width:300px;  

   height:200px;  

   position:absolute;  

   left:50%;  

   top:50%;  

   margin:-100px 0 0 -150px }

   CSS代码:

.mycss{

    position: absolute;

    left: 0px;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    height: 200px;

    width: 300px;

}
posted @ 2019-02-13 18:45  FE-神鸟  阅读(92)  评论(0编辑  收藏  举报