Bird
0
0

Which CSS property correctly sets letter spacing to 2 pixels?

easy📝 Formula Fix Q12 of 15
Figma - Typography
Which CSS property correctly sets letter spacing to 2 pixels?
Aparagraph-spacing: 2px;
Bletter-spacing: 2px;
Cspacing-letter: 2px;
Dtext-spacing: 2px;
Step-by-Step Solution
Solution:
  1. Step 1: Identify correct CSS property for letter spacing

    The correct CSS property is letter-spacing.
  2. Step 2: Check syntax correctness

    Setting it as letter-spacing: 2px; is valid CSS syntax.
  3. Final Answer:

    letter-spacing: 2px; -> Option B
  4. Quick Check:

    Correct CSS property = letter-spacing [OK]
Quick Trick: Remember CSS property is exactly 'letter-spacing' [OK]
Common Mistakes:
MISTAKES
  • Using non-existent properties like paragraph-spacing
  • Swapping property names
  • Missing hyphen in property name

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Figma Quizzes