盒子水平居中和垂直居中

您所在的位置:网站首页 页面水平垂直居中的意思 盒子水平居中和垂直居中

盒子水平居中和垂直居中

2023-06-07 12:01| 来源: 网络整理| 查看: 265

 

 

 

  Document

 

    .box {

      width: 500px;

      height: 500px;

      background-color: pink;

      /* 移动的时候可以写百分比,如果使用的百分比 参照盒子自身宽高移动 */

      /* transform: translateY(100%); */

    }

    .box1 {

      position: relative;

      width: 300px;

      height: 300px;

      background-color: pink;

    }

    .box2 {

      /* position: absolute;

      left: 50%;

      top: 50%;

      width: 100px;

      height: 100px;

      background-color: purple;

      transform: translate(-50%, -50%); */

    }

    /* 了解即可  */

    /* .box2 {

      position: absolute;

      left: 0;

      top: 0;

      bottom: 0;

      right: 0;

      width: 100px;

      height: 100px;

      background-color: purple;

      margin: auto;

    } */

    .box2 {

      position: absolute;

      left: 0;

      top: 0;

      bottom: 0;

      right: 0;

      width: 100px;

      height: 100px;

      background-color: purple;

      /* 左侧全部充满 */

      /* margin-left: auto; */

      /* 右侧全部充满 */

      /* margin-right: auto; */

      margin: auto;

    }

 

 

 

 

   

 



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3