Design comparison
Solution retrospective
Any feedback is greatly appreciated 😀
Community feedback
- @lmestrellaPosted over 3 years ago
I noticed that you set a fixed
width
andheight
on your.profile-card
; I personally avoid this as much as possible since I've read that it should only be applied on an element if it's really necessary.Also the font size and letter spacing could be a bit bigger to match the design reference.
That's all, thank you. I learned a lot from your css. :)
0@alexpenadevPosted over 3 years ago@lmestrella Added the line height and letter spacing and font-size thank you for the feedback 👍
0 - @rhniamPosted over 3 years ago
Hey @Alexander Pena I did this challenge too and it was so frustrating. Your code is great and I learn a lot from you.
0@rhniamPosted over 3 years agoFor adding box-shadow you need to use z-index and position: relative to your .stats
I think it will work.
1@alexpenadevPosted over 3 years agoThanks rhniam for the box-shadow comment added it to the profile card didn't have to use z-index looks better 👍
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