Design comparison
Solution retrospective
I didn't find the project difficult because I'm already used to Html and CSS.
Community feedback
- @ProcodxPosted over 1 year ago
Hi there, you did a very good Job, however as a web designer or developer...its very good to pay attention to details, especially when it comes to text or colors.
For example, your heading is a little bigger than the original heading, that's why it's using three lines instead of two lines.
When you try as much as possible to pay attention to little details like that, it makes you different from any other type of developer.
** I hope this info encourages you πβ **
Marked as helpful0@22TheresecodesPosted over 1 year ago@Procodx Thank you, I'm working on my attention to detail
0 - @frank-itachiPosted over 1 year ago
Hello there π. Congratulation for completing the challengeπ!
I have some suggestions about your code that might interest you.
HTML π:
- Wrap the page's whole main content in the
<main>
tag.
CSS π¨:
- Avoid using absolute length units px, especially for font-size and width properties, because they are not relative to anything else so that means they will always be the same size. Instead, you can use relative lengths like em or rem. The benefit of that last one is element which has that unit will scale relatively to everything else within the page, e.g., the parent container. You can dig up about it here.
I hope you find it useful! π Above all, you did a good job!
Happy
<coding />
π!Marked as helpful0@22TheresecodesPosted over 1 year ago@frank-itachi thanks for this, I just effected the changes
0 - Wrap the page's whole main content in 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