Design comparison
Community feedback
- @SadorDevPosted 2 months ago
Hi, Well done on completing this. It's a very beginner-friendly project, so I hope you didn't find it difficult. Starting out can be overwhelming for everyone, but with practice, that feeling can transform into a strong work ethic if you're disciplined and focused. To improve, ensure you understand what Semantic HTML is. Have a read through https://www.codecademy.com/learn/learn-html/modules/learn-semantic-html/cheatsheet Avoid using pixels for font sizes to follow good accessibility practices. Be familiar with the various CSS units, this will be handy for future projects you build that require a mobile first approach and responsiveness. Don't overwhelm yourself with the things I've mentioned here. Take it slow and continue building, its the best way to learn. Good luck and well done on completing this challenge šš¾
0@MiggySmallzPosted about 2 months agoThanks @SadorDev!! I appreciate the input and advice and will use it for my next projects <3
0 - @mth-aniPosted 2 months ago
Hello, Good job on completing the challenge. Good effort on the project. But I'd suggest you on centering your paragraph element . p { text-align: center; }
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