Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Intro component with sign up form by BBV

Benjamin 120

@BennyBenV

Desktop design screenshot for the Intro component with sign-up form coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hello ! Here is my solution to this challenge ! I enjoyed doing this challenge and learn how to do responsive forms.

Feedbacks would be very helpful to me!

Community feedback

@Errorman2003

Posted

Benjamin nice work you did there. however, I noticed your solution wasn't responsive even though you used flex on your div#main, try adding this to help improve responsivity

#main {
    flex-direction: row;
}

@media (max-width: $width ){
    #main {
    flex-direction: column;
/* add more styles for your solution*/
}
}

replace $width with the screen width you want to make it responsive at e.g 800px Thank you

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

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