Latest solutions
Latest comments
- @TECH-Wizardz@klyvoon
Hi, You did a good job, you find your way around to achieve the challenge. I think, you can improve some few points: -To center the .card, you can delete flex-direction column. -It's preferable to size elements like this using px units, so you can replace "fit-content" by a "px" unit. Also, you might want to take a look around BEM, it's a naming convention for your classes. Have a nice day !
Marked as helpful - @Artebah@klyvoon
Hi good job ! Could you tell me how you maintain the focus after clicking the buttons? Thanks !