mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
11 lines
239 B
HTML
11 lines
239 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<style>
|
||
|
div.one::before { content: '1: '; }
|
||
|
div.eight::before { content: '8: '; }
|
||
|
div.nine::before { content: '9: '; }
|
||
|
</style>
|
||
|
<div class='one'>One</div>
|
||
|
<div class='eight'>Eight</div>
|
||
|
<div class='nine'>Nine</div>
|
||
|
</html>
|