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
The virtual machine I rented from a certain site ...
Overview Nginx can use variables to simplify conf...
There are three types of MySQL stored procedure p...
Written in front Nginx is not just a reverse prox...
background Before starting the article, let’s bri...
1. How to display the date on the right in the art...
The fd command provides a simple and straightforw...
This article uses an example to illustrate the us...
Sometimes you may need to modify or add exposed p...
Docker is becoming more and more mature and its f...
Detailed explanation of JDBC database link and re...
<br />Related articles: 9 practical suggesti...
I recently added a very simple color scheme (them...
Normally, you'll need to read everyone's s...
The <TH> tag is used to set the properties ...