mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
9 lines
151 B
HTML
9 lines
151 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
span { opacity: 0.99; }
|
|
#button { display: inline-block; }
|
|
</style>
|
|
<span>
|
|
<div id="button">hello<br>world</div>
|
|
</span>
|