Design comparison
Solution retrospective
Overall, I'm proud that I implement a solution to solve the challenge, even though this is just a basic one that any beginner can do. What would I do differently next time is that I can add interactivity and functionality here, like generating a QR Code based on the links inputted by the user.
What challenges did you encounter, and how did you overcome them?One of the challenges I encountered is to imitate the final product without using any UI extension like Figma to help me navigating what style elements used in the challenge. Fortunately, I've overcome that by looking it closely, and try to imitate as I can.
What specific areas of your project would you like help with?I don't think any areas that needed an assistance. I have pretty good background on it, that's why I implement the challenge well.
Community feedback
- @ouambo-takouamPosted about 2 months ago
The html code is great. But instead of
div
with class card, a better choice could bemain
which is more semantic for me. Maybe thebr
inside theh1
isn't necessary for the design.In the css file,
display: block
for thecard
element isn't necessary cuzcard
is already a block element. And the font family could be declared once onbody
selector instead of setting it on bothh1
andp
. This is better for maintenance.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