Design comparison
SolutionDesign
Solution retrospective
Hello Everyone 👋
This is my solution for the 3 column preview card component.
I have completed this challenge by using HTML and CSS
Feel free to leave any feedback and help me to improve my solution. See you guys later in next challenge.
Ill be happy to hear any feedback and advice!
Community feedback
- @fileccPosted over 1 year ago
🌈 Hi and congratulations for completing a new challenge on Frontend Mentor!
I take a look at your code, here's something you could fix, if you want:
- Make sure that the paths for the CSS and image files are correct. If the files are located in a different folder, you may need to adjust the paths accordingly. I cannnot see the folder 'images' in your code, for the images.
- Check that the names of the CSS and image files match the names used in the code. The link in the HTML should be changed to
<link rel="stylesheet" href="./style.css" />
.
I hope you'll find this helpful 👍 and happy coding! 🥰😁
Marked as helpful0@mdsohailaliPosted over 1 year ago@filecc Thank you so much bro i just added the images in my repo.
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