mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-21 16:06:11 +00:00
8 lines
134 B
HTML
8 lines
134 B
HTML
<!doctype html>
|
|
<style>
|
|
.foo::before {
|
|
content: attr(bar, "Well, hello friends!");
|
|
}
|
|
</style>
|
|
<div class="foo"></div>
|