Design comparison
SolutionDesign
Community feedback
- @teixeirabrennoPosted 4 months ago
Good semantics and well structured code. Easily readable. I just want to point it out something in your CSS. You could have arranged the elements on the screen using just these lines here:
.container{ display: flex; flex-direction: column; justify-content: center; align-items: center; }
Good job and let's keep improving!
0
Please log in to post a comment
Log in with GitHubJoin 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