Design comparison
Solution retrospective
- Figma tools
Compared to the previous project, "QR Code Component," this time I incorporated the Figma file into my entire workflow. It’s much more efficient to apply margins and padding directly.
- Cursor syle
It’s my first time customizing the cursor style on hover, and it’s exciting to see how many styles there are to choose from!
.content-main:hover {
color: #F4D04E;
cursor: pointer;
}
What challenges did you encounter, and how did you overcome them?
At first, I was puzzled by the card’s positioning—it just wouldn’t align both vertically and horizontally. After some searching and trial-and-error, I realized it was because I hadn’t set position: absolute
on the card.
Although I completed this project, I still find my code a bit lengthy and challenging to maintain. I’d be thrilled if anyone has suggestions on how to improve it!
Community feedback
- @AskArtwentythreePosted 7 days ago
Looks very nice! Good job! I noticed that borders may be a little bit bigger than needed, but it does not change anything since your work is great! Wish u luck in next challenges!
1@KoalaChangPosted 7 days ago@AskArtwentythree thank you very much! I have noticed that after the comparison (I thought it's not very apparent and I was wrong) 🤣 now I have generated a new screenshot, thank you for your kind advice!
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