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

All comments

  • @FedeHerrera10

    Posted

    You can use flex-direction column for mobile. And in each card add a suitable size for mobile, for example 90%

    0
  • @FedeHerrera10

    Posted

    hi, you can use grid as follows { display: grid; grid-template-columns: repeat (3.33%); } Also apply a max-width: 900px; I hope to be of your help

    Marked as helpful

    0
  • @FedeHerrera10

    Posted

    hi, the project has a horizontal scroll. You can solve it by changing html {width: 100%}. I hope to be helpful

    Marked as helpful

    1
  • @FedeHerrera10

    Posted

    Hi how are you. You should check the input that does not have the required layout. I recommend using 100% width and 50px height and border radius. I hope this comment is useful.

    Marked as helpful

    0
  • @FedeHerrera10

    Posted

    Sorry, I also found that in screen sizes like tablet the body has a padding of 16px that makes the page have a blank space. Greetings

    1
  • @FedeHerrera10

    Posted

    hello, I would like to contribute something, in the form if you press submit it does not control the emial field. You can do it with js in the submit event include a preventDefault () and control that the email field is not empty. I hope my comment helps you, greetings

    1