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

All comments

  • Abasoβ€’ 90

    @originalboss

    Submitted

    Is there any feedback you can give me? How do you get the right font, I feel like the font does not look right? I'm still a little bit unsure about how vh works when it comes to sizing? Should I use vw when sizing the width? What challenge would you recommend next?

    dselimovic02β€’ 220

    @dselimovic02

    Posted

    vh and vw are abbreviations for viewport height and width which are units just like px(pixel). 1vh = 1% of your viewport height meaning if your vh is, for example, 100px, 1vh would be 1%. viewport is size of screen displaying the content. You can founf out more about units ini this w3schools lecture: https://www.w3schools.com/cssref/css_units.php

    Cheers!

    Marked as helpful

    0
  • dselimovic02β€’ 220

    @dselimovic02

    Posted

    You can check my solution for the answer. Long story short, set the circles as background images for body and position them.

    Lice site url: https://dselimovic02.github.io/profile-card/

    Cheers!

    Marked as helpful

    1
  • dselimovic02β€’ 220

    @dselimovic02

    Posted

    You can check out my solution of this project to see how I got really close to the original. Long story short, I put a DIV in place of picture with background-color matching accent color and background-image matching that particular image. Then I have used background-blend-mode od multiply. The result was a little darker so I have covered it with another DIV of same size and background-color: accent and reduced opacity.

    Cheers!

    Marked as helpful

    0