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

CSS Grid, Flexbox

mbarons• 10

@mbarons

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 think I'm using too much of relative positions, I'm not sure that is a good practice. Can someone take a look please?

Community feedback

Ana Luz Cervantes• 1,705

@analuzcervantes

Posted

Hi! 🖖

Welcome to the frontendmentor community! 🎉

I would just like to give you some tips:

  • For the background images bg-pattern-top and bg-pattern-bottom, I recommend placing it in the body on style file background-image: url (), url ();
  • For the position you can use vw and vh background-position: right 50vw bottom 50vh, left 50vw top 50vh; Here I leave you more information about vw and vh
  • Check the Accessibility issues and HTML issues report and try to fix them

Be well, keep coding! 💻👾

2
Jorge Flagel• 195

@jorgeflagel

Posted

Hi, congratulations for your first challenge.

A tip: you should use background-image: url(<image-url>) in the css file for your background images. You can position the background images with background-size and background-position. I think it is a better practice.

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