Submitted over 2 years ago
Huddle landing page with single introductory section
@Kaushaljoshi29
Design comparison
SolutionDesign
Solution retrospective
Feedbacks/suggestion on CSS are welcome.
p.s - Had a hard time making the border around icons, perfectly rounded.
Community feedback
- @afaiz-spacePosted over 2 years ago
Hey @Kaushaljoshi29, congratulation on completing the challenges. I notice some issues.
- replace
height: 100vh;
withmin-height: 100vh;
in body element - replace
width: 60%;
withwidth: 50%;
in .conatiner-image class. - replace
width: 35%;
withwidth: 50%;
and also removemargin-left: -2em
from .conatainer-text class. - remove positon from footer element.
Marked as helpful0@Kaushaljoshi29Posted over 2 years ago@afaiz-space Thanks for your valuable suggestions, will implement them in the code.
0 - replace
- @ishpaul777Posted over 2 years ago
- The solution includes semantic HTML ✅
- There are no accessibility issues ✅
- The layout looks good on a range of screen sizes ✅
- Code is well-structured, readable, and reusable ✅
You have done incredible work implementing all the requirements and making the project similar to the design. All the best for your future projects. Keep up the Great work up!
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