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
Table of contents 1. Solution 1 (UDF) Demo Case 2...
Preface A character set is a set of symbols and e...
When the Docker container exits, the file system ...
Nginx (engine x) is a high-performance HTTP and r...
Native js realizes the carousel effect (seamless ...
This article example shares the specific code of ...
Preface: I received crazy slow query and request ...
To use standard CSS3 to achieve the shadow effect...
1. Introduction Presto is an open source distribu...
Object's hasOwnProperty() method returns a Bo...
This is a cheating scheme for voting websites wit...
This article describes MySQL 8.0 user and role ma...
apache: create virtual host based on port Take cr...
Table of contents question Reproduction Implicit ...
Fast-Linux project address: https://gitee.com/uit...