Design comparison
Solution retrospective
Good day everyone! I've been learning frontend for a few months. And this is my second project (FCC not include). So I would really appreciate if you could give a small feedback, so i may fix my mistakes.
P.S. I'm from Russia, so I'm sorry for my bad English, I working on it.
Community feedback
- Account deleted
Hi There,
-
Always Use Semantic HTML instead of
div
like<main>
<header>
, etc for more info -
Add a max width to the paragraph to make it look exactly like the design
max-width:265px
if my solution has helped you do not forget to mark this as helpful!
Marked as helpful1@UmlenPosted over 2 years ago@Old1337 Hi. Thanks a lot you for your feedback. But is it right to use absolute units like px? I thought it better to use relative units like rem/em
0 -
- Account deleted
You can use whatever you want there is no big differences, px is easy and not scalable while on the other hand rem is a bit harder and it is better when it comes to accessibility if you care that much about accessibility use rem.
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