CSS で英語の文字の間隔を設定する方法:
前の章では、CSS を使用して単語間の間隔を制御する方法を紹介しました。次に、英語の文字の間隔を制御する方法を紹介します。 。コード例は次のとおりです。
<!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title>蚂蚁部落</title> <style type="text/css">ul li{ font-size:12px; list-style:none;}.first{letter-spacing:4px;}.second{letter-spacing:8px;}.third{letter-spacing:12px;}</style></head><body><div> <ul> <li class="first">I am a good student</li> <li class="second">I am a good student</li> <li class="third">I am a good student</li> </ul></div></body></html>
上記のコードは、単語の文字間の間隔を設定できます。
元のアドレス: http://www.51texiao.cn/div_cssjiaocheng/2015/0503/601.html
元のアドレス: http://www.softwhy.com/