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

  • Elisa 50

    @elisa-charrier

    Posted

    Hi! I did this challenge too.

    Here's how I handled custom button:

    1. in html set an <input type="button" value="Custom" ...>
    2. on user's click, changed the type to number and emptied the value.

    Go check out my solution if you like to.

    0
  • Elisa 50

    @elisa-charrier

    Posted

    Looked at your solution... here's my advice: when you use CSS Grid do not use flex inside. There are simpler grid properties to apply like place-self. You find more about it in this article: https://css-tricks.com/snippets/css/complete-guide-grid/

    0