I've focused on Responsiveness in this challenge and spent good amount of time for adjusting the site for all screen sizes. the main headaches were the svg backgrounds but finally it's done perfectly. thank you for checking this out and please let me know if I've missed something or anything left to improve further..
Vinayaka D
@vd-37All comments
- @RahulKumarGautam1636Submitted over 3 years ago
- @keshavarora2000Submitted over 3 years ago
I have built this using HTML, CSS, Flexbox, and JS. I will be grateful to have feedback on this one, it will give me some motivation to correct myself and move ahead with great people like you.
@vd-37Posted over 3 years agoHey ,good work! The thing is your desktop version website is causing an overflow(the extra width to the right). I guess it's because of the image in the second section(Designed for future section) , use overflow-x : hidden on it's parent .That should help. Also try to match the mobile-menu . Other than that website seems good.
0