Room homepage HTML, CSS and JS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @thisisharsh7
Hey, great job on completing the challenge! Your use of
@mixin
,flex
, andgrid
shows a strong grasp of modern layout techniques.The live site looks clean and responsive at first glance, and your semantic HTML and component structure are well thought out.
That said, there are some layout issues when navigating through the slider using the Next button. The layout shifts noticeably, which impacts the overall UX. Try to maintain consistent dimensions to avoid reflows on interaction.
Also, make sure to check your mobile responsiveness — some layout shifts and spacing issues are noticeable on smaller screens.
For reference, please check out my all FEM solutions here: FEM_Solutions
Overall a good work - happy coding!
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