Simple solution using CSS Flexbox and CSS variables

Please log in to post a comment
Log in with GitHubCommunity feedback
- @RioCantre
Hello there! Awesome work with this one. Looking at your solution, you did well in implementing the design. I think you should considered this as well...
- It's common to use
div
to wrap the content. For best practice, its better to use specific tag likemain
for readability. Wrap thecontainer
withmain
tag and your good to go!
Overall you did well and Keep it going!
Marked as helpful - It's common to use
- @surla
Thank you for your feedback! I will update my solution with your recommendation.
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