Marvel quote generator with Marvel API and CSS Grid

Please log in to post a comment
Log in with GitHubCommunity feedback
- @elsh5544
Hey haico. Nice idea to make use of a Marvel quote API.
I have spotted an issue though. This API sometimes returns a very large quote and because of this the button for the next quote falls off the screen within my desktop browser. I can't scroll to reach the button when the text gets to large but i have been able to reach it again by using the zoom functionality. Consider allowing to scroll when the quote becomes to large.
Good job!
Marked as helpful - @markteekman
Hey Haico! Love your use of Marvel quotes, big fan of Marvel myself 🙂 Don't know if it's possible with the API you've used, but it would be cool to see the person behind the quote e.g. "You took everything from me." - Wanda. Just an idea though.
To improve the accessibility and the usability of your solution a bit, consider using
cursor: pointer;
for when you're hovering over the randomization button.Great work Haico!
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord