Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

profile-card-component using flexbox and CSS custom properties

@Christ-Kevin

Desktop design screenshot for the Profile card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


No perticular question on this project. But every suggestion that can make me improve my skills is wellcome

Community feedback

Abhikโ€ข 4,840

@abhik-b

Posted

๐Ÿ‘‹ Hello Christ Kevin , Your solution looks nice & your code looks clean as well. I particularly liked the fact that you described in alt that Victor is in vacation with his family & what he is wearing so that users who can not see the picture can understand, Well Done ๐Ÿ˜…. However I think if you try below mentioned opinions your solution can become perfect .

  • instead of background-size use background-position with values like this right calc(50vw - 5%) bottom 50vh , left calc(50vw - 5%) top 50vh (I actually played with those values until I got the right result )
  • use the background-image & its related properties on body instead of html
  • reduce the font-size of article h1 to make it look nicer

Other than those your solution is good & Please keep up with this nice solutions ๐Ÿ‘

Marked as helpful

1
Web Wizardโ€ข 5,690

@rsrclab

Posted

Hi, @Christ-Kevin ~

Congratulate on your solution to the challenge on FM platform. I have studied your work carefully and learned a lot from it.

Here are some of the tips I like to provide.

  • On smaller devices, card goes over screen, and I think max-width: 100% can solve this issue.
  • Please try BEM for naming element classes. It will help you a lot on bigger projects.

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 helpful

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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