+ Well done!
+ Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.
+
+ Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
+
+````
diff --git a/docs/zh-Hans/UI/AspNetCore/Tag-Helpers/Buttons.md b/docs/zh-Hans/UI/AspNetCore/Tag-Helpers/Buttons.md
index 76307ad820..f628f17ef4 100644
--- a/docs/zh-Hans/UI/AspNetCore/Tag-Helpers/Buttons.md
+++ b/docs/zh-Hans/UI/AspNetCore/Tag-Helpers/Buttons.md
@@ -12,7 +12,7 @@
## Demo
-参阅 [按钮Demo页面](https://bootstrap-taghelpers.abp.io/Components/Buttons) 查看示例.
+参阅[按钮Demo页面](https://bootstrap-taghelpers.abp.io/Components/Buttons)查看示例.
## Attributes
@@ -20,7 +20,7 @@
指定按钮的主样式/类型. 应为以下值之一:
-* `Default` (default value)
+* `Default` (默认值)
* `Primary`
* `Secondary`
* `Success`
diff --git a/docs/zh-Hans/UI/AspNetCore/Tag-Helpers/Cards.md b/docs/zh-Hans/UI/AspNetCore/Tag-Helpers/Cards.md
new file mode 100644
index 0000000000..4cb75ea3b0
--- /dev/null
+++ b/docs/zh-Hans/UI/AspNetCore/Tag-Helpers/Cards.md
@@ -0,0 +1,180 @@
+# 卡片
+
+## 介绍
+
+`abp-card` 是从bootstrap card元素派生的内容容器.
+
+基本用法:
+
+````xml
+