Design comparison
Solution retrospective
It was interesting to build, but there were some issues. The first issue was with Angular. I tried to build with it, which was easy, but problems arose during deployment. The main issue was that SVG files were not displaying on GitHub Pages. The second issue was deploying Angular with Git, so I learned something new. So I recreated it with pure JS. Guess what? There was also an issue with SVG files. I don't know why, but in incognito mode, everything is working with pure JS. Also, with Angular, this problem isn't solved in incognito mode. ***SO PLEASE CHECK THE CHALLENGE WITH INCOGNITO WINDOW.
What challenges did you encounter, and how did you overcome them?I want to mention that in CSS there is 2 width, first is compatible with Chrome and second is with Firefox .success-container button { width: -webkit-fill-available; width: -moz-available;
}
Community feedback
- @Bishalsnghd07Posted 8 months ago
Hi, @VakhoCloud👋
Everything looks good, I didn't find any error anywhere😊
Marked as helpful1
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