doc: update docs/css.md (#849)

* 删除一个错误字符

* 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

View File

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