admin 管理员组

文章数量: 887032


2023年12月19日发(作者:c语言中gets)

.box { display: flex; justify-content: space-between;}.box { display: flex; flex-direction: column; justify-content: space-between;}.box { display: flex; flex-direction: column; justify-content: space-between; align-items: center;}

.box { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end;}.box { display: flex;}.item:nth-child(2) { align-self: center;}

.box { display: flex; flex-wrap: wrap; align-content: space-between;}.box { display: flex; flex-direction: column; flex-wrap: wrap; align-content: space-between;}HTML代码如下。

HTML代码如下。

...
...
...
CSS代码如下。

CSS的写法。.parent { width: 200px; height: 150px; background-color: black; display: flex; flex-flow: row wrap; align-content: flex-start;}.child { box-sizing: border-box; background-color: white; flex: 0 0 25%; height: 50px; border: 1px solid red;}

(完)


本文标签: 语言 作者