使用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 实现
从浏览器输入URL到展示页面的全流程是怎么样的?
小程序没有分享到朋友圈的功能,但是产品为了推广,需要曲线实现这个功能,请给出设计方案?
cookies,sessionStorage 和 localStorage 的区别?
什么是 Cookie?它的作用是什么?
justify-conten跟浮动
学到了哇哇
通过设置justify-content以及align-items属性来居中元素
11111
除了flex还可以通过margin和transition 实现