The image on the live site wont load, although it is loading locally. I dont know why
Poukame
@PoukameAll comments
- @hemjay07Submitted over 2 years ago@PoukamePosted over 2 years ago
Hi, for the image not loading try adding a dot before the url slash like this
src="./images/illustration-thank-you.svg"
Hope this helps.
0 - @Bibhav-11Submitted over 2 years ago
Need any useful feedbacks!
@PoukamePosted over 2 years agoHello,
I've checked your project. It looks great. The JS and CSS are clear and concise.
However, you can possibly improve on the responsiveness. When I check on my browser, and reduce the width, the container is shrinking, but the card isn't. Check this picture to see what I mean : https://postimg.cc/67GmnJ1Q
Also regarding accessibility, it's better to use the <button> markup for the die as well as a "role" tag because in this design there isn't any text for the button action.
Keep up the good work. Happy coding. G.
0