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/Html Responsive with Bootstrap

Enis Kerti 590

@eniskrt

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 waiting your suggestion.

Community feedback

Bryan Li 3,550

@Zy8712

Posted

Your website looks pretty good. The only thing really missing from your site is the missing background pattern. In order to implement that you can do something along the lines of:

   background-image: url("./images/bg-pattern-top.svg"), url("./images/bg-pattern-bottom.svg");
   background-repeat: no-repeat, no-repeat;
   background-position: right 52vw bottom 35vh, left 48vw top 52vh;
  /* top img is offset 52 percent of the vw from the right and offset 35 of the vh from the bottom*/
  /* bottom img is offset 48 percent of the vw from the left and offset 52 of the vh from the top*/

Hope this helps 👍

Marked as helpful

0
Enis Kerti 590

@eniskrt

Posted

@Zy8712 It works. I did it by percentege. When screen shrinked, my bacground pattern suddenly disapeard. Now it take its place.

Thanks... Good code!

Enis.

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