mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
8 lines
137 B
HTML
8 lines
137 B
HTML
<!doctype html>
|
|
<style>
|
|
.foo::before {
|
|
content: attr(bar);
|
|
}
|
|
</style>
|
|
<div class="foo" bar="Well, hello friends!"></div>
|