mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-10 10:11:04 +00:00
6 lines
188 B
HTML
6 lines
188 B
HTML
|
|
<!doctype html><style>
|
||
|
|
*, ::before, ::after { outline: 1px solid black; }
|
||
|
|
button:before { content: "foo"; }
|
||
|
|
button:after { content: "baz"; }
|
||
|
|
</style><body><button>bar</button>
|