Design comparison
Solution retrospective
Hey guys, I think i have messed up the background image part for the mobile view. Pls guide me if there is a better way to do that. Thanks.
Community feedback
- @danielmrz-devPosted 9 months ago
Hello @diwakharpandyan!
Your solution looks great!
The background pattern with the circles is a bit tricky. If you want to get the exact position of the circles, here it is:
background-position: right 52vw bottom 35vh, left 48vw top 52vh;
I hope it helps!
Other than that, you did an excelent job!
2@diwakharpandyanPosted 9 months agoThanks @danielmrz-dev... So i shouldn't go with percentages... instead, should go with vw, vh right? Really helpful...
1@danielmrz-devPosted 9 months ago@diwakharpandyan
Yes, percentages and viewport heigt/width based values are different.
Percentages mean a percentage of the parent element while vieport height/width based values are calculated on the user's screen size.
Marked as helpful1@diwakharpandyanPosted 9 months agoI have learned here more than from the courses @danielmrz-dev thanks ... Im really overwhelmed with the fellowship... Continue this support... Thank you
1@danielmrz-devPosted 9 months ago@diwakharpandyan
That's what we are here for. Learn together 🙋🏽♂️
1
Please log in to post a comment
Log in with GitHubJoin 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