Design comparison
SolutionDesign
Solution retrospective
All feedback is welcome thank you in advance ))
Community feedback
- @superpooperxxxPosted almost 2 years ago
Hi, Fatima, good job on making this project, looks accurate to design.
I've got a couple of comments to improve your code🔥
-
Give more descriptive name for your classes. Why ? Believe me, after 1 month you would not understand which block is .part1 or .part2, etc, especially if the project was bigger.
-
You definitely can replace this with only one styled with CSS <p> tag.
❌ <div class="paragraph"> <p>Tutorials by industry experts</p> <p>Peer & expert code review </p> <p>Coding exercises</p> <p>Access to our GitHub repos</p> <p>Community forum</p> <p>Flashcard decks</p> <p>New videos every week</p> </div>
✅ <p> Tutorials by industry experts <br> Peer & expert code review <br> Coding exercises <br> Access to our GitHub repos <br> Community forum <br> Flashcard decks <br> New videos every week </p> Happy coding❤️ **Hope this was helpful**
Marked as helpful0 -
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