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

Second try, only html css

@ezzep66

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


I'm having problems with placing the background images correctly. They appeared correct on my local browser window but when deployed to vercel it changed positions. This is driving me crazy =(

Community feedback

P
Grace 27,950

@grace-snow

Posted

Hi, A few suggestions for you to look into:

  • semantic html - look up why this matters and consider what elements you might want to swap in this
  • min- / max- widths and heights and how that helps build flexible layouts
  • look up what position absolute does in terms of the dom
  • different ways to center or position layouts without using explicit spacing units
  • how to make the body fill your whole screen

Did you look into placing the background images as background images via css intead of rendering them from html? It's fine to do it the way you have, but you may find you prefer it.

Good luck with it all!

1

@ezzep66

Posted

Thank you for your comments @grace-snow =) I really appreciate your feedback.

Will definitely look into your suggestions. My html and css skills were a bit rusty from lack of practice (I've been doing mostly backend projects).

0

@MayurSMahajan

Posted

You can try adding top: -2.5% property in your .card class. This will make your card go up so it appears exactly as the problem statement. Note : try changing the percentage according to your convenience.

1

@iam-doctor-j

Posted

As you can see, the design looks a bit different. You can really focus on the font sizes.

1

@ezzep66

Posted

yes it does look different. It has been my very first submission to these challenges. Haven't practiced with CSS for a while. I will make improvements.

0

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