What are you most proud of, and what would you do differently next time?
This was similar to my first challange and i'm happy that much of what i learned during it stick with me during this one. I thought that the shadow of the card would be difficult to make, but to my surprise it was very simple, so that's something i'm happy with.
What challenges did you encounter, and how did you overcome them?
The 'Learning' Tag took me some time to figure out how to do properly. Looking back with hindsight, it shouldn't have take me soo long to do it. I'll make sure to remember this in future challanges.
What specific areas of your project would you like help with?
my styling could be a bit more organized. I think i could have made it shorter and easier for other people to understand it. If anyone see any area for improvement, I'm open ears.
At first glance the colour of the main card container should be white, and the scale is bigger than the original design but it's a nitpick
Overall the design is 1 to 1. Good job
The scale of the card shrinks when you zoom out. It would be great if it's static so the content can be seen by people who don't know that the their browser is zoomed out
The layout is good on every screen size
HTML
I don't like the spaces between the code.
I also don't like how the <footer> tag is indented. I think it's on par with main since they are both landmark elements
Overall
The solution doesn't go too far from the design. I give it a 8/10
the margin and padding properties are redundant since you declared flexbox
Everything else is right
HTML
HTML code is right. No glaring errors.
I learned one thing from this code is that you have to wrap your texts in a div to make it compact and cleaner. Thank you
One nitpick that I have is the padding on the texts are big, and the QR code is larger than the original design.