Skip to content

Commit 80168e5

Browse files
committed
second
1 parent 8725a8a commit 80168e5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

css/style.css

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.demo{
2+
width: 100px;
3+
height:100px;
4+
background: red;
5+
float: left;
6+
}

table.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
.b{
1717
text-align: center;
1818
}
19+
1920
</style>
21+
2022
</head>
2123

2224
<body>
@@ -136,9 +138,16 @@
136138
</tr>
137139
</tbody>
138140
</table>
141+
142+
143+
144+
<div class="demo"></div>
145+
146+
147+
139148
</body>
140149
</html>
141150

142-
151+
<!-- Thank you -->
143152

144153
<!-- https://git-scm.com/download/win -->

0 commit comments

Comments
 (0)