Design comparison
Community feedback
- @correlucasPosted about 2 years ago
๐พHello Salaudeen Abdulrauf, congratulations for your new solution!
๐ฏ Your solution its almost done and Iโve some tips to help you to improve it:
YOUR STYLE CSS SHEET IS NOT CORRECT LINKED:
This is the correct import
<link href="./styles.css" rel="stylesheet">
/<img src="./images/icon-suvs.svg" alt="suv-icon">
Note that if you're using the folder locally the live server recognizes the image location, but with a live solution you need to indicate where the image is. Remember, when the image is inside the repository folder use dot slash
./
and if is inside a subfolder use dot dot slash../
If the image is the same folder of the html without folder just add normal path.โ๏ธ I hope this helps you and happy coding!
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