上传文件至 flex布局
This commit is contained in:
13
flex布局/container.css
Normal file
13
flex布局/container.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user