Design comparison
Solution retrospective
Your feedback will be really helpfull!
Community feedback
- @thekingvicePosted almost 2 years ago
Looks pretty good! You should definitely try to move away from using pixels as a unit, and try to use relative units like rem. Also I know divs are easy but I would explore semantic HTML so your code can be a little bit more descriptive.
Here's some great videos to help you on your journey, they cover CSS units and semantic HTML:
CSS UNITS: https://youtu.be/N5wpD9Ov_To
SEMANTIC HTML https://youtu.be/kGW8Al_cga4
PS: CSS has a letter-spacing property, so you don't have to space the letters manually!
<p id="paragraph">P E R F U M E</p>Here's a webpage explaining this property: https://www.w3schools.com/cssref/pr_text_letter-spacing.php
Marked as helpful0@sirbiel100Posted almost 2 years ago@thekingvice Thank you so much! Your comment and those videos were really helpfull to me!
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