1 2 3 4 5 6 7 8
<!DOCTYPE html> <style> span { opacity: 0.99; } #button { display: inline-block; } </style> <span> <div id="button">hello<br>world</div> </span>