Latest solutions
Latest comments
- @Offiongwhilley@elisa-charrier
Hi! I did this challenge too.
Here's how I handled custom button:
- in html set an <input type="button" value="Custom" ...>
- on user's click, changed the type to number and emptied the value.
Go check out my solution if you like to.
- @Vaishakh-Nambiar@elisa-charrier
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/