Design comparison
Solution retrospective
This is my solution for this project. I had a problem with positioning the name, age and the city closer to the img. So if someone could help me out with that part I would be grateful ;)
Community feedback
- @gabrielpotonPosted over 3 years ago
This comment was deleted over 3 years ago
2@sab0taszPosted over 3 years agoHi! Thanks for your feedback. I did what you suggested and it worked as I wanted. However I had to put translateY(-100%). (-50%) didnt work as intended. It still needs some work to do but it looks much better ;)
0 - @ApplePieGiraffePosted over 3 years ago
Greetings, Jacek! π
Congratulations on completing your first Frontend Mentor challenge! π Nice effort on this one! π
This is just a tip for the background imagesβif you use viewport units (such as
vw
andvh
) to position the background images, you can position them in such a way as to minimize the change in their position when the screen is resized. πKeep coding (and happy coding, too)! π
1 - @Skinz-dotcomPosted over 3 years ago
For positioning the text higher, I would suggest maybe using position: reletive; and then top: set as a minus value to lift it up.
I would also look at fixing the card container height as well so its is not so stretched out.
Also play around more with the background circle positions. If something isn't working as you would expect, just remember google is your best friend. Search for what your trying to do and there will be some solution you can impliment to get close to your goal.
But great effort still, all the elements are there and the basic structure is good.
1@sab0taszPosted over 3 years ago@Skinz-dotcom
Hi! I really appreciate your feedback. Working with heights, margins, paddings is somewhat difficult concept for me yet, so I've tried the way which was suggested by @gabrielpoton. It seemed easier and it worked as I wanted to.
1@Skinz-dotcomPosted over 3 years ago@sab0tasz no worries buddy. Tbh it is all very confusing at first. Just keep at it and keep playing around with things. Eventually it will click with understanding what does what. Iβm still learning myself and Iβm sure there are easier ways to do things than Iβm doing myself. Just gotta keep plugging away at it and it will get easier.
Keep up the good work
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