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

All comments

  • @dariuss1123

    Submitted

    This is my take for this challenge. I've used HTML, CSS and JavScript. I used random numbers for the values but i didn't managed to link the button. Any suggestions for this or anything else are welcome. Also i used media query for the mobile version using a mobile-first approach.

    @secretcrew2

    Posted

    One way to link your button to javascript is to add an attribute of onclick = function{} on your button.

    Example:

    <button onclick="someFunction()"></button>
    

    Happy coding ☺️

    1
  • @secretcrew2

    Posted

    Look at your repository, there is no image file. Either you simply upload the file in github. My recommendation is you try learn git.

    Marked as helpful

    0
  • @secretcrew2

    Posted

    Great job on completing this challenge!

    One recommendation I have is to use a max-width:800px instead of width: 100% for the container. Additionally, for the body, it's better to add padding instead of margin so it will looks good on mobile devices.

    Marked as helpful

    0