Design comparison
SolutionDesign
Solution retrospective
Any suggestion would be highly welcome. Thank you in advance.
Community feedback
- @Jos02378Posted about 3 years ago
Hey @Olabayoji, good job on this solution!
Some suggestions for you:
- You can use
text-transform: uppercase
to capitalized a text in CSS instead of explicitly typing the in HTML. - You can try another way to create an overlay for the image using div. You can watch this video for more information 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 em in the future. Here is a link to an article that explains when to use which unit link to article.
I hope this helps, good luck!
Marked as helpful0@OlabayojiPosted about 3 years ago@Jos02378 thank you so much. I really appreciate. Would check out the links right away.
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