Update 03-CSS样式表和选择器.md

This commit is contained in:
lovemyLord5643 2022-11-12 15:48:07 +08:00 committed by GitHub
parent ecfc799107
commit b69ecb3e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -863,7 +863,7 @@ div 的儿子 p。和 div 的后代 p 的截然不同。
</style>
```
设置无序列表`<ul>`中的最后一个`<li>`为色:
设置无序列表`<ul>`中的最后一个`<li>`为色:
```css
ul li:last-child {