Design comparison
Solution retrospective
I hope this is at least partially right. This is my first project so any feedback positive or negative is appreciated, thank you!
Just updated the image file paths, so hopefully, it should work right now. Also updated CSS media query so flex-direction changes sooner, as it looked weird between a certain size.
Community feedback
- @FarisPalayiPosted over 3 years ago
Yep. Your image path is incorrect. Also, try to use relative path to images. For example,
./
means relative to current directory,../
means parent directory.Here, you can use something like this:
src="./Images/image-header-desktop.jpg"
Marked as helpful0@simpsonpaisleyPosted over 3 years ago@FarisPalayi Thank you, I've updated the file path now.
1
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