doc: update docs/css.md ()

* 删除一个错误字符

* Update css.md
This commit is contained in:
吹衣轻飏 2024-11-09 22:03:51 +08:00 committed by GitHub
parent 6b9ef0aa43
commit c63d27edcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -156,7 +156,7 @@ div {
```css ```css
#container { #container {
display: grid; display: grid;
s grid: repeat(2, 60px) / auto-flow 80px; grid: repeat(2, 60px) / auto-flow 80px;
} }
#container > div { #container > div {
background-color: #8ca0ff; background-color: #8ca0ff;