css心得

1、justify和align
justify和align必须是flex布局才会生效(display: flex;)
justify是水平方向,align是垂直方向,content是整个容器,items是容器里面的内容

justify-content: center; /* 水平居中 */
align-items: center; /* 垂直居中 */
posted @ 2024-02-06 17:41  惊朝  阅读(2)  评论(0编辑  收藏  举报