Design comparison
Solution retrospective
Hello there,
I used css grid for profile card and bubble images. I found really hard to position the images using relative and absolute position. I guess is because I rarely use it, any suggestion on how to use them more often, I find it really hard to position item without using flexbox and grid. Anyways, any feeback it's going to be so very welcome, feedback from previous projects helped me a loot!
Community feedback
- @vanzasetiaPosted over 3 years ago
👋Hi Rodrigo Alas! My name is Vanza!
My recommendation on positioning those bubbles are using something like this:
body { background-image: url('../images/bg-pattern-top.svg'), url('../images/bg-pattern-bottom.svg'); background-position: right calc(47vw + 15%) bottom calc(65vh - 15vw), left calc(40vw + 25%) top calc(72vh - 15vw); background-repeat: no-repeat; min-height: 100vh; overflow-x: hidden; }
Also for the followers, likes, and photos stats, you can use
ul
andli
rather thandiv
.That's it! Hopefully this is helpful!
0
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