添加教程

This commit is contained in:
2025-02-25 20:15:40 +08:00
parent fad4b2b867
commit eec8c3d0ac
8 changed files with 126 additions and 59 deletions

View File

@@ -11,6 +11,9 @@
color: red;
}
```
```js
console.log("122")
```
## 什么是 HTML

View File

@@ -1 +1,7 @@
# 什么是 CSS
# 什么是 CSS
```css
.greeting {
color: red;
}
```