Design comparison
SolutionDesign
Community feedback
- @motuncodedPosted about 1 month ago
Congratulations to you for completing this challenge. Here is few suggestions
- You can make the
<main>
container have the class "cards-container" to avoid the use of another<div>
- You can have the html file and CSS file in the directory " frontend-mentor-file".
- You can change the value of the anchor attribute
<a href="#">
to avoid going to a 404 page - After the html file and css file are in the same directory, change the path of the src attribute of the img element.
Hope you find this useful
Marked as helpful0 - You can make the
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