mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
8 lines
151 B
HTML
8 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>
|