Design comparison
SolutionDesign
Community feedback
- @LucasJCFreirePosted 4 months ago
It was very good, but the icons broke. try to use
img src=./
0@NichodemusdevPosted 4 months agoThank you @LucasJCFreire. Iām working on that now. New here and trying to learn how things work out. š
0@belhadj-yahyaPosted 4 months agocan i ask @LucasJCFreire why the icons broke its gaves me the same thing in a defrent project
0@LucasJCFreirePosted 4 months agoTo ensure that the image is displayed correctly both in the local project and on GitHub, it is helpful to use "./" in the image path to explicitly indicate that the reference starts in the current directory. example:
<img src="./images/image1.jpg" alt="Image 1"> <img src="./assets/image2.jpg" alt="Image 2"> <img src="./photos/image3.jpg" alt="Image 3">
@belhadj-yahya
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