add more to css test

This commit is contained in:
Firepup Sixfifty 2025-03-27 19:51:20 -05:00
parent c012b9e513
commit f10379033a
No known key found for this signature in database

View file

@ -28,8 +28,12 @@
<h4>h4</h4>
<h5>h5</h5>
<h6>h6</h6>
<p class="warning">Danger</p>
<p>Text</p>
<span class="warning">Danger</span>
<br/>
<span class="rainbow">Rainbow</span>
<br/>
<span>Normal</span>
<br/>
<button>button</button>
<br/>
<button disabled>disabled button</button>