Need suggestions on how to make the last section fit the length of the grid.
Samuel Richmond
@Samuel-501All comments
- @codingat17Submitted 4 months agoWhat specific areas of your project would you like help with?@Samuel-501Posted 4 months ago
Have you tried putting that section in a seperate pseudo class and out of the grid of the others and manupilating the text so it has a height similar to the one on the other side
Marked as helpful0 - P@tunaertenSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I struggled quite a bit with styling radio buttons and checkboxes, but after some research, I think I’ve figured it out. Other than that, I didn’t face many challenges. I realize now that I should plan and write the error messages in the initial HTML structure next time. Since I didn’t do that, I had to rewrite the code from scratch. Nevertheless, it was an enjoyable project. I’d appreciate any advice you can offer!
@Samuel-501Posted 4 months agoI also had some problems on grid display and also with the divs
0 - @SilkiercometSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I applied new grid concepts to make the layout responsive. Instead of using grid areas like I normally do, I decided to use grid template columns and assign the amount of space each element should take.
What challenges did you encounter, and how did you overcome them?It was a challenge to manage the layout state of the inputs and the error messages when an error occurred, I thought of using siblings selector but for certain cases it was cumbersome, so I just added a special class to every input and changed the style of both the input and the error message to appear in case of an error
What specific areas of your project would you like help with?I think I did a good enough job in the JS part of my project but I would like to hear if I could have done it any better
@Samuel-501Posted 4 months agoI absolute love your application of css in this code it's really wonderful
1