Skip to content

Commit 2dcfda2

Browse files
committed
Add Chinese README
1 parent d7fc281 commit 2dcfda2

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.zh-CN.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Tailwind CSS 中文文档
2+
3+
实用优先的 CSS 框架。
4+
5+
## 快速开始
6+
7+
```html
8+
<script src="https://cdn.tailwindcss.com"></script>
9+
```
10+
11+
## 示例
12+
13+
```html
14+
<h1 class="text-3xl font-bold text-blue-600">
15+
你好,Tailwind!
16+
</h1>
17+
```
18+
19+
## 资源
20+
21+
- 官网: https://tailwindcss.com
22+
- 中文: https://tailwindcss.cn

0 commit comments

Comments
 (0)