In Figma's Auto Layout, which alignment option will place child elements evenly spaced with equal gaps between them horizontally?
Think about how to distribute space evenly between items, not just align them to one side.
The 'Space Between' alignment distributes child elements so that the first and last items align with the container edges, and the space between all items is equal.
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?
Consider which alignment moves all items to the bottom edge inside the frame.
The 'Bottom' vertical alignment aligns all child elements to the bottom edge of the Auto Layout frame.
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?
Think about padding on all sides and how 'Space Around' distributes space evenly around items.
Setting 20px padding on all sides ensures space inside the frame edges. 'Center' alignment vertically centers the buttons. 'Space Around' distributes equal space around each button horizontally.
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?
Think about how fixed frame size affects alignment inside Auto Layout.
If the frame height is fixed and smaller than the total height of the icons, the icons cannot center vertically and will appear aligned to the top.
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?
Consider how nested Auto Layout frames and 'Fill container' width help with responsiveness.
Using a horizontal Auto Layout frame with three child frames allows independent alignment. The links frame uses 'Space Between' to evenly space links. Setting the main frame width to 'Fill container' makes it responsive to screen size.