P
Fluffy Kas• 7,735
@FluffyKas
Posted
Hey Karol,
Looks like a good solution. There are only 2 things I'd mention:
- For interactions, always choose native interactive elements, inputs elements for inputs, a tags for links, and in this case, a button for making the API call.
- This is a small thing but in cases like this, instead of giving your card 2 different widths, it might be easier to define just one max-width. This way you could avoid that width-jump at 768px.
Overall great job though, well done.
Marked as helpful
0