Design comparison
Solution retrospective
Firstly, I am most proud of my ability to pull it off. Lol, thinking about where I started a few weeks ago with zero knowledge of anything concerning frontend development, I must say that I am proud of myself.
Secondly, I would try the mobile first approach next time and wouldn't beat myself up too hard when I can't seem to get something working.
What challenges did you encounter, and how did you overcome them?I encountered a challenge of moving the QR code component to the center of the screen for the mobile viewport, but I overcame it when I referred back to previous tutorials I had taken on the flexbox technique I used.
What specific areas of your project would you like help with?Basically, just making the codes a bit shorter and more pro-like, if that makes sense, lol.
Community feedback
- @Alex-Archer-IPosted 5 months ago
Hi! Congrats with your first challenge =)
To make your code shorter you can get rid of the
div
wrappers and stylizeh3
,p
andimg
directly.Also you haven't apply
text: wrap
andcursor: default
property cos it, well, default values =)Oh, and when you replaced image from image folder you forgot to change path in the
src
attribute. That is why qr-code isn't loading.Well, it's a good start, keep learning and doing cool stuff =)
Marked as helpful0@Macnelson9Posted 5 months ago@Alex-Archer-I Thank you very much for your feedback. I still don't understand why the QR image isn't showing up. Can you please guide me further?
1@Macnelson9Posted 5 months ago@Alex-Archer-I Thank you very much. I got it sorted out.
1@Alex-Archer-IPosted 5 months ago@Macnelson9
Oh, hey, glad you could figure it out. Well done =)
Feel free to ask, comment and stuff if you need =)
Marked as helpful0@Macnelson9Posted 5 months ago@Alex-Archer-I Thank you so much. I got stuck with another challenge, I just shared my solution, could you go check it out please?
0@Alex-Archer-IPosted 5 months ago@Macnelson9
I wrote comment to your another challenge. Hope that helps =) Ask, If I wrote something unclear =)
Marked as helpful0 - @jagunceiroPosted 5 months ago
The qr code isn't opening
0@Macnelson9Posted 5 months ago@jagunceiro Yes sir, I'm trying to figure that out sir.
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