I would like to receive feedback for my page to work properly in a mobile screen.
Federico Herrera
@FedeHerrera10All comments
- @Alamin-engSubmitted about 3 years ago@FedeHerrera10Posted about 3 years ago
You can use flex-direction column for mobile. And in each card add a suitable size for mobile, for example 90%
0 - @TheRealByteraverSubmitted about 3 years ago@FedeHerrera10Posted about 3 years ago
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 helpful0 - @TheRealByteraverSubmitted about 3 years ago@FedeHerrera10Posted about 3 years ago
hi, the project has a horizontal scroll. You can solve it by changing html {width: 100%}. I hope to be helpful
Marked as helpful1 - @medali198Submitted about 3 years ago
any feedback is appreciated
@FedeHerrera10Posted about 3 years agoHi 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 helpful0 - @hariscsSubmitted over 3 years ago
any feedback is welcome
@FedeHerrera10Posted about 3 years agoSorry, 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 - @hariscsSubmitted over 3 years ago
any feedback is welcome
@FedeHerrera10Posted about 3 years agohello, 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