Design comparison
Solution retrospective
First, proud to have completed the challenge. Creation of function to avoid repetition and better reading of code.
Next time I will spent more time working on the diagram, changing things half way through is quite challenging and involves lots of modification which can be frustrating.
What challenges did you encounter, and how did you overcome them?I faced a dead end mid-challenge as my solution was not working, I had to change few things in html in order to move forward (the right way this time :). Like always the solutions are out there, videos, blog, forum , website, and by connecting the dots I managed to finish it.
What specific areas of your project would you like help with?let me know if something is not clear in my coding, where I could optimize. Any suggestion is welcome, if you have any tutorial that could help improve it.
Thank you very much
Community feedback
- @SvitlanaSuslenkovaPosted 3 months ago
After I confirm the order, I can't see some images. Maybe try to add dot to the url (come out of the folder) src="./assets/images/image-macaron-desktop.jpg" => src="../assets/images/image-macaron-desktop.jpg"
0@Gwen-legoPosted 3 months agoHi @SvitlanaSuslenkova,
Thank you for noticing it, there was a capital letter causing the issue.
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