Design comparison
SolutionDesign
Community feedback
- @RioCantrePosted over 2 years ago
Hello there! Nice job in completing this challenge. Regarding your solution, I would like to take notes of the following…
- Instead of
div
, alternatively wrap the whole content withmain
tag . Use semantic tags, for HTML structures, refer it with this one Semantics - Include description with the
alt
in image tags but that's optional - Add the hover state of the design. For the hero image , refer it with this one Overlay in image. For the fonts, add
color: hsl(178, 100%, 50%);
andcursor: pointer;
in.text1
andspan
- Try viewing the compositions in the CSS file, one section needs to be fix
- Add
border: 1px solid white;
andborder-radius: 50%;
in the#avatar
ruleset - Increase the font size of
.text1
intofont-size: 22px;
- Add
padding: 1rem 0;
in the.textss
ruleset
In the brighter side...
- The project is responsive and utilized the details based on the original design
- The CSS file have proper properties and sizing elements
- The HTML structure is well organized and readable
Above all, the project is done well. Keep up the good work! Cheers!
Marked as helpful0 - Instead of
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