Design comparison
Solution retrospective
I tried to add some animations. If you find any bugs or better way to do, please let me know.
Community feedback
- @remyboirePosted over 2 years ago
Hi, nice animations ! On my side, the quote doesn't change when I click the button. In your JS, you can change
fetch(link).then(response=>{
tofetch(link, { cache: "no-cache" }).then(response=>{
to get rid of the cache problem. ;)Marked as helpful0 - @MadflowsPosted over 2 years ago
Congratulations on completing the challenge!
"When painting a room, preparation is key. The actual painting should account for about 40% of the work."
That's advice 157 By the way :)
1 - Account deleted
Hello there! 👋
Congratulations on finishing your challenge! 🎉
I have some feedback on this solution:
- put the quote inside a <blockquote> tag instead of h1 to be more semantic
i hope this is helpful and goodluck!
0
Please log in to post a comment
Log in with GitHubJoin 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