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