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

Base: Add a pseudo-element test page

This commit is contained in:
Sam Atkins 2022-02-23 19:39:58 +00:00 committed by Andreas Kling
parent 692757c489
commit a9ad72cc0f
2 changed files with 71 additions and 0 deletions

View file

@ -133,6 +133,7 @@
<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>
<li><a href="pseudo-elements.html">Pseudo-elements (::before, ::after, etc)</a></li>
</ul>
<h2>JavaScript/Wasm</h2>