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

Base: Add a test page for CSS transforms

This also acts as a little stress test for flexbox layout :^)
This commit is contained in:
Simon Wanner 2022-03-21 22:26:52 +01:00 committed by Andreas Kling
parent 4f348f1733
commit bc5d39493b
2 changed files with 170 additions and 0 deletions

View file

@ -124,6 +124,7 @@
<li><a href="clear-1.html">Float clearing</a></li>
<li><a href="overflow.html">Overflow</a></li>
<li><a href="image-rendering.html">image-rendering property</a></li>
<li><a href="transform.html">Transforms</a></li>
<li><h3>Features</h3></li>
<li><a href="css.html">Basic functionality</a></li>
<li><a href="colors.html">css colors</a></li>