@OffiongwhilleySubmitted over 2 years ago
I found the input event for the custom input element very challenging to maneuver. Any advice on best practices will be appreciated.
I found the input event for the custom input element very challenging to maneuver. Any advice on best practices will be appreciated.
Hi! I did this challenge too.
Here's how I handled custom button:
Go check out my solution if you like to.
need mentoring on clean code writing
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/