Advice Generator App [HTML, CSS, JS]

Solution retrospective
Looking for help on how I can position the button correctly?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Marley-Semende
Hi @EdwinMugo, nice work! In-order to position the button correctly you can make use of the CSS Position property. For example:
section { position: relative } button { position: absolute /*then you can make use of the top, right, left, bottom properties accordingly in the way you want to position your button */ }
You can check out this resource to learn more about the CSS Position property: https://developer.mozilla.org/en-US/docs/Web/CSS/position I hope this helps. Happy coding :)
Join 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