mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-20 08:03:21 +00:00
11 lines
236 B
HTML
11 lines
236 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<style>
|
||
|
div.one::before { content: '1: '; }
|
||
|
div.two::before { content: '2: '; }
|
||
|
div.three::before { content: '3: '; }
|
||
|
</style>
|
||
|
<div class='one'>One</div>
|
||
|
<div class='two'>Two</div>
|
||
|
<div class='three'>Three</div>
|
||
|
</html>
|