Challenge - 5 Problems
Responsive Design Master in Webflow
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate2:00remaining
Understanding Breakpoints in Webflow
Which of the following best describes how Webflow uses breakpoints for responsive design?
Attempts:
2 left
💡 Hint
Think about how you can change styles for tablets or phones separately in Webflow.
✗ Incorrect
Webflow provides predefined breakpoints where designers can adjust styles specifically for devices like tablets and phones, enabling responsive design without coding.
📋 Factual
intermediate2:00remaining
Using Flexbox Settings in Webflow
In Webflow's visual editor, which Flexbox setting will correctly center content both vertically and horizontally inside a container?
Attempts:
2 left
💡 Hint
Centering means content is in the middle horizontally and vertically.
✗ Incorrect
In Flexbox, 'Justify' controls horizontal alignment and 'Align' controls vertical alignment. Setting both to 'Center' centers content perfectly.
❓ rendering
advanced2:00remaining
Effect of Setting Width to 100% on Mobile
If a container's width is set to 100% on the mobile breakpoint in Webflow, what will the container's width be relative to?
Attempts:
2 left
💡 Hint
Think about what 100% width means on a smaller screen.
✗ Incorrect
Setting width to 100% on mobile means the container fills the entire width of the mobile device's browser window, adapting to screen size.
❓ selector
advanced2:00remaining
Choosing the Right Selector for Responsive Styling
In Webflow, which selector should you use to apply styles only on tablet devices without affecting desktop or mobile styles?
Attempts:
2 left
💡 Hint
Webflow has built-in breakpoints for different devices.
✗ Incorrect
The 'Tablet' breakpoint selector lets you style elements specifically for tablets without changing styles for desktop or mobile.
❓ accessibility
expert3:00remaining
Ensuring Accessible Responsive Navigation in Webflow
Which practice best improves accessibility for a responsive navigation menu created in Webflow?
Attempts:
2 left
💡 Hint
Think about users who rely on screen readers or keyboard navigation.
✗ Incorrect
Adding ARIA labels helps screen readers understand the menu toggle button. Visible keyboard focus ensures users navigating by keyboard can see where they are.