Bird
0
0

Which of the following is the correct way to set a linear gradient angle in Figma?

easy📝 Formula Fix Q12 of 15
Figma - Color and Fill
Which of the following is the correct way to set a linear gradient angle in Figma?
Alinear-gradient(45deg, #FF0000, #0000FF)
Blinear-gradient(45, #FF0000, #0000FF)
Clinear-gradient(45rad, #FF0000, #0000FF)
Dlinear-gradient(45%, #FF0000, #0000FF)
Step-by-Step Solution
Solution:
  1. Step 1: Recognize the angle unit for linear gradients

    Figma uses degrees (deg) to specify the angle of a linear gradient.
  2. Step 2: Check each option's syntax

    linear-gradient(45deg, #FF0000, #0000FF) uses '45deg' which is correct; others use invalid units like '45', '45rad', or '45%'.
  3. Final Answer:

    linear-gradient(45deg, #FF0000, #0000FF) -> Option A
  4. Quick Check:

    Angle unit = deg [OK]
Quick Trick: Use 'deg' for angles in linear gradients [OK]
Common Mistakes:
MISTAKES
  • Omitting 'deg' unit for angle
  • Using radians or percentages incorrectly
  • Confusing angle with color stop values

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Figma Quizzes