Latest solutions
Latest comments
- @TheRedBandiCoot@gbabohernest
Hey there 👋 Great work on completing the challenge... I liked the amination effect on the thank you component. Great work 😊😊.
You can try and improve the HTML a little bit
-Try to wrap your contents in the main tag to avoid accessibility issues instead of a div.
-As for the JavaScript, it looks good, but yet still it can be improved by reducing some lines of code. I can see you selected so many elements. In my opinion, you needed only a few, like the .numbers & .btn. Always try to keep things as simple as possible you can and remember there are multiple ways to solve a problem. keep up the good work 👍👍.
Happy Coding ✔👍
Marked as helpful - @Arjunjv@gbabohernest
Hi there 👋 @Arjunjv congratulations on completing the challenge. Everything looks good. As per your request, I would recommend you put the hero image in its container and give the container a background color hsl(277, 64%, 61%). After that , you give the img element the property of mix-blend-mode and set it to multiply.
Hope this helps 👍👍. Happy coding..
Marked as helpful