1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:17:44 +00:00

Base: Add a text-shadow test page

This commit is contained in:
Sam Atkins 2022-03-23 17:22:14 +00:00 committed by Andreas Kling
parent f078bb8294
commit 4d8789b173
2 changed files with 46 additions and 0 deletions

View file

@ -106,6 +106,7 @@
<li><a href="backgrounds.html">Backgrounds</a></li>
<li><a href="background-repeat-test.html">Background-repeat</a></li>
<li><a href="box-shadow.html">Box-shadow</a></li>
<li><a href="text-shadow.html">Text-shadow</a></li>
<li><a href="opacity.html">Opacity</a></li>
<li><a href="text-decoration.html">Text-decoration</a></li>
<li><a href="fonts.html">Fonts</a></li>