add more to css test
This commit is contained in:
parent
c012b9e513
commit
f10379033a
1 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue