mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
Base: Add linear-gradient list-marker demo
This commit is contained in:
parent
da79883b60
commit
4b9c0aac7a
1 changed files with 6 additions and 0 deletions
|
@ -68,6 +68,12 @@
|
|||
<li>Another entry</li>
|
||||
</ul>
|
||||
|
||||
<p>list-style: linear-gradient(to top left, red, green)</p>
|
||||
<ul style="list-style: linear-gradient(to top left, red, green);">
|
||||
<li>Entry one</li>
|
||||
<li>Another entry</li>
|
||||
</ul>
|
||||
|
||||
<p>list-style: inside url(list-item.png)</p>
|
||||
<ul style="list-style: inside disc url(custom-list-item.png);">
|
||||
<li>Entry one</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue