mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
Base: Add linear-gradient list-marker demo
This commit is contained in:
parent
da79883b60
commit
4b9c0aac7a
Notes:
sideshowbarker
2024-07-17 08:22:02 +09:00
Author: https://github.com/MacDue
Commit: 4b9c0aac7a
Pull-request: https://github.com/SerenityOS/serenity/pull/14740
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta
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