qr-code-component-main Used Html and CSS to complete the challenge.
Design comparison
Solution retrospective
I'm proud because I manage to complete. I would do it with flexbox instead.
What challenges did you encounter, and how did you overcome them?The one that took my time was to align the name with the profile picture. I set the vertical-align to middle, that kind of solved my issue.
What specific areas of your project would you like help with?I need help making those challenges pretty responsive.
Community feedback
- @SvitlanaSuslenkovaPosted 2 months ago
body { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; } Try this to align(top-bottom) your project to the center. It applies to the parent component(body)
Marked as helpful0 - @cas1092Posted 2 months ago
-The background-color of the card is off -the border-radius attribute on the learning item isn't visible, i put it just what the figma document said (4px maybe). -i also just learn about the flexbox... it's so much easy!
-by looking at you solution i remember i forgot the border on my solution
Marked as helpful0@zacarias39Posted 2 months ago@cas1092 I did'nt notice this, only women can tell that difference honestly lol. Talking about "Flexbox", I'm still figuring things out.
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