Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Advice Generator App [HTML, CSS, JS]

Edwin Mugoβ€’ 170

@EdwinMugo

Desktop design screenshot for the Advice generator app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
  • API
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Looking for help on how I can position the button correctly?

Community feedback

Marley Semendeβ€’ 570

@Marley-Semende

Posted

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 :)

0

Please log in to post a comment

Log in with GitHub
Discord logo

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