Design comparison
Solution retrospective
I tried to use some "em" values as someone commented in my last solution, I'm still improving so is not all values that are in "em"
What challenges did you encounter, and how did you overcome them?It was hard to see if it has some shadow, so I didn't put any, but the main problem was with the links, didn't know how to put them together so I tried many ways and end up get it right
What specific areas of your project would you like help with?Anything you see strange in my code you can tell me and I'll try to improve more:)
Community feedback
- @Alex-Archer-IPosted 5 months ago
Oh, hi again!
It was me who suggest you to use
rem
orem
! And I have to apologize cos I should explain that therem
values are more convenient thatem
. You see, they are both a relative values, butem
depends of thefont-size
property of the parent element whilerem
depends of that value of the root element.For example if you have element with
font-size: 0.5em
and this element has a child withfont-size: 0.5em
actual font size of a child will be half less. Andrem
always will depends of font size of root element which can change only by user settings.Default value of
rem
(andem
too if the element hasn't parents with different values) is16px
.Well, that doesn't really matter on the small project like this but still sorry again cos I should clarify it earlier =)
That's great that you are improving, keep going =)
Marked as helpful0@R3lssPosted 5 months ago@Alex-Archer-I Hey Alex!! thank you so much for the explanation:)
1@Alex-Archer-IPosted 5 months ago@R3lss
You're welcome! Glad that I could help a little =)
0 - @fayiz770Posted 5 months ago
Your project is well-executed with a clean design and responsive layout. By incorporating semantic HTML, enhancing accessibility, utilizing CSS variables, and refining interactive elements, you can further improve the user experience and maintainability of your code. Keep up the good work!
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