使用flex怎么实现元素的水平居中和垂直居中?
水平居中:
.box { display: flex; justify-content: center;}
垂直居中:
.box { display: flex; align-items: center;}
水平垂居中:
.box { display: flex; justify-content: center; align-items: center;}
justify-conten跟浮动
学到了哇哇
通过设置justify-content以及align-items属性来居中元素
东西呜呜呜呜呜呜呜呜呜呜
11111
除了flex还可以通过margin和transition 实现
叉树前序遍历的递归和非递归实现?
请你谈谈Cookie的弊端
北京有一条1公里长的街道,你认为一天能收多少钱的停车费?
用一条线(可以是折线)分割多边形为面积相等的两部分
justify-conten跟浮动
学到了哇哇
通过设置justify-content以及align-items属性来居中元素
11111
除了flex还可以通过margin和transition 实现