Submitted 28 days ago
That very challenging work for me And its fully responsive
@farahn0104
Design comparison
SolutionDesign
Community feedback
- @Augurk66Posted 28 days ago
Hi there! Good job on this project! I see that your image is not loading. You need to delete the slash at the beginning of your src. So instead of:
<img src="/assets/images/image-omelette.jpeg" alt="Omellette">
Delete de slash:
<img src="assets/images/image-omelette.jpeg" alt="Omellette">
That will make it work :)
Good luck and keep coding!
Marked as helpful0@farahn0104Posted 28 days ago@Augurk66 Thanks Bro I was not see what but u tell me then changes the minor thing😂😂 thanks bro...
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