371043-1.html (411B)
1 <!DOCTYPE html> 2 <body> 3 <div id="source" style="font-size: 10px; column-gap: 2ch"> 4 <span id="test" 5 style="background: green; display: inline-block; height: 30px; 6 padding: 0 2px"> 7 </span> 8 <script> 9 document.getElementById("test").style.width = 10 document.defaultView.getComputedStyle(document.getElementById("source")).columnGap; 11 </script> 12 </div> 13 </body>