HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>In order to complete the logo design, all we need to do is to set the required sizes and indents for the characters.</p>
1 <p>In order to complete the logo design, all we need to do is to set the required sizes and indents for the characters.</p>
2 <p>Let’s make the “WARMPHOTO” caption denser by decreasing the inter-character spacing.</p>
2 <p>Let’s make the “WARMPHOTO” caption denser by decreasing the inter-character spacing.</p>
3 <p>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.</p>
3 <p>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.</p>
4 <p>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.</p>
4 <p>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.</p>