0
0
Figmabi_tool~20 mins

Text alignment and vertical alignment in Figma - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Text Alignment Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
visualization
intermediate
2:00remaining
Identify the correct horizontal text alignment

You have a text box in Figma with the text aligned to the center horizontally. Which visual result matches this setting?

AText is aligned flush to the left edge of the box.
BText is aligned evenly between left and right edges of the box.
CText is aligned flush to the right edge of the box.
DText is aligned diagonally across the box.
Attempts:
2 left
💡 Hint

Think about how center alignment positions text inside a box.

visualization
intermediate
2:00remaining
Choose the correct vertical alignment for text

In Figma, you set vertical alignment of a text box to 'Bottom'. What will the text look like inside the box?

AText sits at the top edge of the text box.
BText sits in the vertical center of the text box.
CText sits at the bottom edge of the text box.
DText is evenly spaced vertically with equal padding above and below.
Attempts:
2 left
💡 Hint

Vertical bottom alignment means text is placed at the lowest part inside the box.

🧠 Conceptual
advanced
2:00remaining
Understanding combined text alignment effects

If a text box in Figma has horizontal alignment set to 'Right' and vertical alignment set to 'Center', where will the text appear?

AText is aligned to the right edge horizontally and vertically centered inside the box.
BText is aligned to the center horizontally and at the bottom edge vertically.
CText is aligned to the right edge horizontally and at the top edge vertically.
DText is aligned to the left edge horizontally and vertically centered inside the box.
Attempts:
2 left
💡 Hint

Think about how horizontal and vertical alignments combine independently.

🔧 Formula Fix
advanced
2:00remaining
Fix the unexpected text clipping issue

You set a text box in Figma with vertical alignment 'Top' but the text appears clipped at the bottom. What is the most likely cause?

AText color is the same as background, making it look clipped.
BVertical alignment 'Top' causes clipping by design.
CHorizontal alignment is set to 'Center' causing clipping.
DThe text box height is smaller than the text size causing clipping.
Attempts:
2 left
💡 Hint

Check if the text box size fits the text content.

🎯 Scenario
expert
3:00remaining
Designing a responsive text box with vertical and horizontal alignment

You need to create a text box in Figma that always keeps text horizontally centered and vertically aligned to the middle, regardless of resizing. Which settings and practices ensure this behavior?

ASet horizontal alignment to 'Center', vertical alignment to 'Center', and enable auto height resizing.
BSet horizontal alignment to 'Left', vertical alignment to 'Top', and fix the height manually.
CSet horizontal alignment to 'Right', vertical alignment to 'Bottom', and disable resizing.
DSet horizontal alignment to 'Center', vertical alignment to 'Bottom', and fix the width manually.
Attempts:
2 left
💡 Hint

Think about how alignment and resizing options affect text positioning when the box changes size.