Design comparison
Community feedback
- @LifeofPaksPosted over 1 year ago
Hey Buddy🖐️ I hope you don't mind me giving some feedbacks Your design looks good by the way but i seems you have some problems with the CSS position property. It can be a bit confusing at first but once you master it you'll love and enjoy using it and its a very important CSS property so you need to learn it😂, you can't dread it forever😜.
So this is how it works, using this project as an example You need to set the Parent element to position : relative Then set the Child Element to position : absolute The afterwards you can move the element to your desired position using:
- left
- right
- top
- bottom Example
position: relative; } child-element{ position: absolute; left: 0; bottom: 10px; }``` **I hope this helps. Cheers**🥂
Marked as helpful1@A-pixel-uxPosted over 1 year agothanks buddy my whatsapp number for more info +234 9164859994 @LifeofPaks
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