Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
span { opacity: 0.99; }
#button { display: inline-block; }
</style>
<span>
<div id="button">hello<br>world</div>
</span>
<!DOCTYPE html>
<style>
span { opacity: 0.99; }
#button { display: inline-block; }
</style>
<span>
<div id="button">hello<br>world</div>
</span>