保存进度!

This commit is contained in:
2022-10-14 17:42:39 +08:00
parent 64ec3b07c1
commit bd13a42b7d
2 changed files with 28 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-10-11 22:49:54
* @LastEditors: Kane
* @LastEditTime: 2022-10-11 23:00:06
* @LastEditTime: 2022-10-14 17:24:05
* @FilePath: \car_dealer\index.html
* @Description:
*
@@ -18,5 +18,21 @@
<link rel="stylesheet" href="css/root.css" />
<link rel="stylesheet" href="css/normalize.css" />
</head>
<body></body>
<body>
<div class="outter">
<p class="inner">测试</p>
</div>
</body>
<style>
.outter {
border: 1px solid red;
width: 200px;
}
.inner {
display: inline;
width: 150px;
border: 1px solid green;
}
</style>
</html>