mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
11 lines
148 B
HTML
11 lines
148 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div::after {
|
|
content: "Filler Text";
|
|
display: list-item;
|
|
margin-left: 1em;
|
|
}
|
|
</style>
|
|
|
|
<div>Filler text</div>
|