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

Base: Add a backdrop-filter demo web page

This commit is contained in:
MacDue 2022-09-15 08:31:40 +01:00 committed by Sam Atkins
parent 011439d3e3
commit cfa9b44894
2 changed files with 132 additions and 0 deletions

View file

@ -107,6 +107,7 @@
<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="backdrop-filter.html">backdrop-filter</a></li>
<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>