diff --git a/pages/CSS/text/text-overflow.uvue b/pages/CSS/text/text-overflow.uvue
index 5445acf9046e4c5f86c5212187bb581a4643be9e..649cfbc18104d079e80c94ac37117d378a841ee0 100644
--- a/pages/CSS/text/text-overflow.uvue
+++ b/pages/CSS/text/text-overflow.uvue
@@ -1,9 +1,18 @@
-
- {{text}}
- {{text}}
- {{text}}
+
+
+ text-overflow:clip white-space:nowrap
+ {{text}}
+
+
+ text-overflow:ellipsis white-space:nowrap
+ {{text}}
+
+
+ white-space:normal
+ {{text}}
+
@@ -19,9 +28,15 @@