From 4d8789b173a68712cc03f41e6fbf696dfa8aa094 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Wed, 23 Mar 2022 17:22:14 +0000 Subject: [PATCH] Base: Add a text-shadow test page --- Base/res/html/misc/text-shadow.html | 45 +++++++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 46 insertions(+) create mode 100644 Base/res/html/misc/text-shadow.html diff --git a/Base/res/html/misc/text-shadow.html b/Base/res/html/misc/text-shadow.html new file mode 100644 index 0000000000..83d9e88f2a --- /dev/null +++ b/Base/res/html/misc/text-shadow.html @@ -0,0 +1,45 @@ + + + + + Text-Shadow + + + + +

Text-shadow Tests

+

Simple

+
+

text-shadow: 25px 50px blue

+
+ +

Blur

+
+

text-shadow: magenta 0 0 3px

+
+ +

Multiple

+
+

text-shadow: 4px 4px blue, 8px 8px green, 12px 12px yellow

+
+ +

Spread

+
+

text-shadow: 0 0 0 5px magenta

+
+ +

Spread and blur

+
+

text-shadow: 0 0 10px 5px magenta

+
+ + + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index ff3004d19c..ec23cfe102 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -106,6 +106,7 @@
  • Backgrounds
  • Background-repeat
  • Box-shadow
  • +
  • Text-shadow
  • Opacity
  • Text-decoration
  • Fonts