Design comparison
SolutionDesign
Solution retrospective
Any feedback will be much appreciated
Community feedback
- @Jos02378Posted about 3 years ago
Hey @obaryo, great job on this solution!
Some Suggestions for you:
- For the name and age, you can try to use a span with a heading like this
<h1 class="name">Victor Crest <span>26</span></h1>
and then style the span. - 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 for padding. Here is a link to an article that explains when to use which unit see the article.
- Try deleting all of the code that you don't need like the ones that you comment in the CSS file just to keep your code looking clean and professional.
I hope this helps, good luck!
Marked as helpful0 - For the name and age, you can try to use a span with a heading like this
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