Interactive online courses HTML Academy
2026-03-09 14:08 Diff

In order to complete the logo design, all we need to do is to set the required sizes and indents for the characters.

Let’s make the “WARMPHOTO” caption denser by decreasing the inter-character spacing.

We can do this using the letter-spacing property. By default, the browser sets the character spacing automatically according to a specific value for each font. The default value is letter-spacing: 0.

If we increase or decrease the value for letter-spacing, we will change the spacing by the specified amount. The value is specified inpx, em, pt, or other CSS length units.