Design comparison
SolutionDesign
Solution retrospective
Any suggestion to make it better will be helpful in learning. Thank you
Community feedback
- @Jos02378Posted about 3 years ago
Hey @Nathan-Front, good job on this solution!
Some suggestions for you:
- You can use
text-transform: uppercase
to capitalize text in CSS instead of typing them in HTML. - You can try another way to create the image and the overlay using an
img
tag and a div like in this video overlay video. - You can try to follow a CSS naming convention called BEM. You can watch this video for more information Watch the video.
- You can try to use relative units like rem and em in the future. Here is a link to an article that explains when to use which unit see the article.
I hope this helps, good luck!
Marked as helpful0@Nathan-FrontPosted about 3 years ago@Jos02378 Thank you for the suggestions. I`ll keep practicing to apply these suggestions in my next challenges.
0 - You can use
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