1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

Base: Add simple gradients test page

This commit is contained in:
MacDue 2022-07-12 00:39:17 +01:00 committed by Sam Atkins
parent eef148f7e7
commit 452dc544bc
2 changed files with 70 additions and 0 deletions

View file

@ -105,6 +105,7 @@
<li><a href="hover.html">:hover</a></li>
<li><a href="focus.html">:focus</a></li>
<li><h3>Properties</h3></li>
<li><a href="gradients.html">Gradients</a></li>
<li><a href="vertical-align.html">vertical-align</a></li>
<li><a href="backgrounds.html">Backgrounds</a></li>
<li><a href="background-repeat-test.html">Background-repeat</a></li>