Challenge - 5 Problems
Letter Spacing Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📝 Syntax
intermediate2:00remaining
What is the effect of the Tailwind class
tracking-wide?Choose the correct description of what the
tracking-wide class does to text in Tailwind CSS.Attempts:
2 left
💡 Hint
Think about what 'tracking' means in typography.
✗ Incorrect
The tracking-wide class in Tailwind CSS increases the letter spacing, making the letters a bit more spaced out. It does not affect word spacing or font weight.
❓ rendering
intermediate2:00remaining
Which Tailwind class will make the letter spacing tighter than normal?
You want your text to have less space between letters than the default. Which Tailwind class should you use?
Attempts:
2 left
💡 Hint
Look for the class that suggests 'tight' spacing.
✗ Incorrect
The tracking-tight class reduces the space between letters, making the text appear more compact.
🧠 Conceptual
advanced2:00remaining
What CSS property does Tailwind's
tracking-widest class modify?Identify the CSS property that the Tailwind class
tracking-widest changes.Attempts:
2 left
💡 Hint
Tracking relates to spacing between letters.
✗ Incorrect
The tracking-widest class sets a large positive value for the letter-spacing CSS property, increasing space between letters.
❓ selector
advanced2:00remaining
Which Tailwind class applies the smallest positive letter spacing?
Among these options, which Tailwind class applies the smallest positive increase in letter spacing?
Attempts:
2 left
💡 Hint
Check the order of spacing sizes in Tailwind documentation.
✗ Incorrect
tracking-wide applies a small positive letter spacing, smaller than tracking-wider and tracking-widest. tracking-tight reduces spacing.
❓ accessibility
expert2:00remaining
How can excessive letter spacing affect accessibility?
Excessive letter spacing can impact readability. Which of the following is a true statement about accessibility and letter spacing?
Attempts:
2 left
💡 Hint
Think about how spacing affects letter recognition.
✗ Incorrect
Studies show that too much letter spacing can disrupt word shape recognition, making reading harder for people with dyslexia. Moderate spacing is best.