Design comparison
Solution retrospective
Thanks for watching my solution, really appreciate it, I want feedback if it's possible, you can check out my channel: xavicoder
Community feedback
- @rsrclabPosted almost 3 years ago
Hi, @xavi-coder ~
Congratulate on your solution to the challenge on FM platform. I have studied your work carefully and learned a lot from it. Especially I like BEM structuring on your project.
Here are some of the tips I like to provide.
- On smaller devices, responsiveness doesn't work well, and I think that's because of
viewport
meta on html head. - For background, I suggest you to use css
background-image
property or pseudo elements like::before, ::after
.
https://www.frontendmentor.io/solutions/profile-card-solution-m-cH4D2Lp
Here is my solution to this challenge, and if it can help you even a bit, it would be happy to me.
Cheers ~
Marked as helpful1@codewithxaviPosted almost 3 years ago@tymren608 Amazing work Tymur, I've just seen your solution and it's awesome. The background images with pseudo-elements it's just perfect, thanks for having time and comment on my solution I really appreciate it, thanks a lot ^^
0 - On smaller devices, responsiveness doesn't work well, and I think that's because of
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