上传文件至 flex布局

This commit is contained in:
2024-03-20 20:55:57 +08:00
parent 3091c6108e
commit 5ccc94e1ff
2 changed files with 47 additions and 0 deletions

19
flex布局/container6.css Normal file
View File

@@ -0,0 +1,19 @@
.container6{
width: 300px;
height: 300px;
display: flex;
background-color: aqua;
justify-content: space-between;
}
.inter{
height: 80px;
width: 80px;
background-color: blue;
}
.first,.second,.three{
display: flex;
flex-direction: column;
justify-content: space-between;
}