「css」word-spacingプロパティで単語の間隔を指定する
書式
word-spacing: 数値 + 単位
使用例
<style> .cft { /* 15pxを指定 */ word-spacing: 15px; border: 1px solid #000; width: 300px; height: 40px; background: SkyBlue; } </style> <div class="cft">単語 の 間隔 15px です</div>
Coding Changes the World
書式
word-spacing: 数値 + 単位
使用例
<style> .cft { /* 15pxを指定 */ word-spacing: 15px; border: 1px solid #000; width: 300px; height: 40px; background: SkyBlue; } </style> <div class="cft">単語 の 間隔 15px です</div>