Design comparison
Solution retrospective
How to simplify positioning elements in complex components?
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey good job completing this challenge
Keep up the good work
Your solution looks great however I think the text "Creation by Jules Wyvern" should be a bit bigger
In terms of your accessibility issues simply wrap all your content between
main
tagsI hope this helps
Cheers Happy coding š
Marked as helpful0@ninenine96Posted over 2 years ago@TheCoderGuru Thank you for the feedback! I will keep it in mind.
0 - @Abdelghafour122Posted over 2 years ago
Hello Mohammad Rohan, you did well in this challenge, The most simple ways of positioning are using flexbox / grid / float properties. Otherwise you can use the
position
Property then position the element by manipulating thetop / left / bottom / right
properties in more of a custom way. Hope this helps!Marked as helpful0
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