Responsive page using flexbox

Solution retrospective
I had difficulties in making the background, I don't know how to make it the same as the model presented. If someone could help me I would appreciate it. I did the best I could. PS: Solved
Please log in to post a comment
Log in with GitHubCommunity feedback
- @moncadad
Excellent job! Consider adding a background-color to body. I used the colors provided, but you could always use a color picker tool for the exact color.
ex: body { background-image: url('/images/pattern-background-mobile.svg'); background-color: pale-blue; ... }
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord