上传文件至 flex布局
This commit is contained in:
22
flex布局/container4.css
Normal file
22
flex布局/container4.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.container4{
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
background-color: aqua;
|
||||
display:flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.inter{
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background-color: blue;
|
||||
}
|
||||
.first{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.second{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
Reference in New Issue
Block a user