0
0
Figmabi_tool~20 mins

Alignment within Auto Layout in Figma - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Auto Layout Alignment Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
1:30remaining
Understanding Alignment Options in Auto Layout

In Figma's Auto Layout, which alignment option will place child elements evenly spaced with equal gaps between them horizontally?

ASpace Between
BCenter
CLeft
DRight
Attempts:
2 left
💡 Hint

Think about how to distribute space evenly between items, not just align them to one side.

visualization
intermediate
1:30remaining
Visualizing Vertical Alignment in Auto Layout

You have a vertical Auto Layout frame with three text boxes of different heights. Which vertical alignment setting will align all text boxes to the bottom edge of the frame?

ATop
BBottom
CCenter
DSpace Between
Attempts:
2 left
💡 Hint

Consider which alignment moves all items to the bottom edge inside the frame.

data_modeling
advanced
2:00remaining
Combining Padding and Alignment in Auto Layout

You want to create a horizontal Auto Layout frame with three buttons. The frame should have 20px padding on all sides, and the buttons should be aligned center vertically with equal space around them horizontally. Which combination of Auto Layout settings achieves this?

APadding: 20px all sides; Alignment: Center; Distribution: Space Around
BPadding: 20px all sides; Alignment: Top; Distribution: Space Between
CPadding: 10px all sides; Alignment: Center; Distribution: Packed
DPadding: 20px horizontal only; Alignment: Center; Distribution: Space Between
Attempts:
2 left
💡 Hint

Think about padding on all sides and how 'Space Around' distributes space evenly around items.

🔧 Formula Fix
advanced
1:30remaining
Fixing Misaligned Items in Auto Layout

You created a vertical Auto Layout frame with three icons. You set vertical alignment to 'Center' but the icons appear aligned to the top. What is the most likely cause?

AThe padding is set to zero
BThe icons have different widths
CThe frame height is fixed and smaller than the combined icons height
DThe distribution is set to 'Space Between'
Attempts:
2 left
💡 Hint

Think about how fixed frame size affects alignment inside Auto Layout.

🎯 Scenario
expert
2:30remaining
Designing a Responsive Navigation Bar with Auto Layout

You need to design a horizontal navigation bar in Figma that adapts to different screen widths. The bar contains a logo on the left, navigation links in the center spaced evenly, and a user icon on the right. Which Auto Layout settings and frame structure best achieve this responsive design?

ACreate a horizontal Auto Layout frame with all items directly inside; set alignment to 'Center' and distribution to 'Packed'; set fixed width frame.
BCreate a horizontal Auto Layout frame with logo and user icon inside; place links outside the frame; set frame width fixed.
CCreate a vertical Auto Layout frame with logo, links, and user icon stacked; set alignment to 'Left'; set frame width fixed.
DCreate a horizontal Auto Layout frame with three child frames: logo (left aligned), links (horizontal Auto Layout with 'Space Between'), user icon (right aligned); set frame width to 'Fill container'.
Attempts:
2 left
💡 Hint

Consider how nested Auto Layout frames and 'Fill container' width help with responsiveness.