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

Base: Add page for testing styling on display: inline elements

This commit is contained in:
Sam Atkins 2021-09-19 17:02:41 +01:00 committed by Andreas Kling
parent abc22b727c
commit 14dc20118c
3 changed files with 48 additions and 0 deletions

View file

@ -123,6 +123,7 @@
<li><a href="percent-css.html">Percentage values</a></li>
<li><a href="position-absolute-top-left.html">position: absolute; for top and left</a></li>
<li><a href="cascade-keywords.html">Cascade keywords (initial, inherit, unset)</a></li>
<li><a href="inline-node.html">Styling "inline" elements</a></li>
</ul>
<h2>JavaScript/Wasm</h2>