Submitted about 2 years agoA solution to the Multi-step form challenge
Multi-step-form using html, css and js
@bk83

Solution retrospective
Changing layout between desktop and mobile devices was hard for me. It could have been easier if I could change HTML structure depends on the device. For example, use flex box consists of two divs, one has sidebar, others have input area and buttons. This way I can easily layout these elements. However, on mobile devices buttons shouldn't be included in a div with input area to achieve the provided layout. So I was wondering if it's possible and okay to change HTML structure according to devices (screen size).
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on bk83's solution.
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