letter-spacing property : Increase or decrease the space between characters (character spacing). This property defines how much space to insert between text character boxes. Since character glyphs are often narrower than their character boxes, specifying a length value adjusts the usual spacing between letters. Therefore, normal is equivalent to a value of 0. <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <style type="text/css"> span{ letter-spacing: 10px; } </style> </head> <body> <span>Test word spacing</span> </body> </html> Effect: Summarize This is the end of this article about how to control the spacing between letters through the CSS letter-spacing property. For more relevant CSS word spacing content, please search 123WORDPRESS.COM's previous articles or continue to browse the related articles below. I hope that everyone will support 123WORDPRESS.COM in the future! |
>>: Teach you how to quickly install Nginx in CentOS7
How to find slow SQL statements in MySQL? This ma...
Table of contents 1. Props Parent >>> Ch...
What is a descending index? You may be familiar w...
I will not introduce what CUDA is, but will direc...
Table of contents background Achieve a similar ef...
Encryption and decryption are an important means ...
Table of contents 1. Basic Concepts 2. Developmen...
Table of contents Introduction Log classification...
background: 1. There is a notification table in t...
Table of contents 1. Pre-analysis 1. Variable pre...
background go-fastdfs is a distributed file syste...
When encapsulating Vue components, I will still u...
I was bored and sorted out some simple exercises ...
Redis Introduction Redis is completely open sourc...
The attributes of the <TR> tag are used to ...