上传文件至 flex布局

This commit is contained in:
2024-03-20 20:54:41 +08:00
parent ce61fd6ca6
commit 3091c6108e
5 changed files with 93 additions and 0 deletions

13
flex布局/container.css Normal file
View File

@@ -0,0 +1,13 @@
.num1{
width:400px;
height: 400px;
background-color: aqua;
display:flex;
justify-content: center;
align-items: center;
}
.inter{
width: 150px;
height: 150px;
background-color: red;
}