
Design comparison
Solution retrospective
Iām proud of integrating an API into my React app and making it dynamically fetch random advice.
What challenges did you encounter, and how did you overcome them?I had issues positioning the advice button at the bottom center of the card. Solution: I used position: absolute;, left: 50%;, and transform: translateX(-50%); to center it properly.
Community feedback
- @muhammadawaislaalPosted 2 days ago
you are so close to success
0@asia272Posted 2 days agoReally appreciate it, Muhammad Awais! I'm a self-learner, and sometimes I get confused about what to do next, but I keep learning and improving. One step at a time! š
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