Submitted almost 3 years ago
Huddle landing page with single introductory section using SCSS
@mohamadadithya
Design comparison
SolutionDesign
Solution retrospective
Your feedback is useful for me :).
Community feedback
- Account deleted
Hi there 👋
Congratulate on finishing your project 🎉. You did a great job 💡
I give some suggestions to help you take your project design to the next level 📈😉
- The text on the right is not centered and to fix it add
align-items: center;
to.row
selector in CSS 👌 - The padding of the 3 cions one the bottom right corner is too much compared to the original design, so decrease the padding of them from
0.6rem
to0.4rem
- There is also another issue in the background image when decreasing the width to smaller devices, it does not have full height and is located closer to the top. For this one add this code to
body
selector in the CSS
background-position: center; background-size: cover;
Happy coding ☕
Maqsud
Marked as helpful1@mohamadadithyaPosted almost 3 years ago@maqsudtolipov Thanks for your feedback and advices, it's really help me. I will fix it soon ;).
1Account deleted@mohamadadithya You are welcome Muhammad 🙌
0 - The text on the right is not centered and to fix it add
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