上传文件至 flex布局

This commit is contained in:
2024-03-20 20:52:29 +08:00
commit 0bfc02934c
5 changed files with 89 additions and 0 deletions

11
flex布局/flex1.html Normal file
View File

@@ -0,0 +1,11 @@
<html>
<head>
<link rel="stylesheet" href="container.css">
</head>
<body>
<div class = 'num1'>
<div class="inter"></div>
</div>
</body>
</html>