Landing page with curved

Solution retrospective
I recently created a website, and my proudest moment was completing it successfully, especially as it involved tackling a few technical challenges on my own. Next time, I would pay more careful attention to div arrangement to improve the layout and overall structure.
What challenges did you encounter, and how did you overcome them?I encountered challenges with div arrangement in my project. It was tricky to structure the layout precisely the way I wanted, which affected the overall design. However, I tackled this challenge on my own, experimenting with different CSS properties and adjusting the layout until it matched my vision. This experience taught me valuable lessons in layout handling and strengthened my problem-solving skills.
What specific areas of your project would you like help with?I would like to help others with arranging elements in their web projects. Having faced challenges with layout myself, I understand how effective arrangement can enhance both design and usability, and I’m excited to share what I’ve learned.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @SudipKhatri036
Great work on your recent project! I really appreciate the effort you put in. Why are you adding width to every element and making it small only for mobile ? you should learn about media querys so that you can make styling according to screen sizes and learn about responisve units and its uses remove width from all container elements and use percentage instead. website is looking good but it should be for all devices not only mobile. Learn more about css and Happy Coding!
Marked as helpful
Join 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