Develop the forms in HTML and CSS ( you can use your creativity ).
There will be 2 type of forms: one-column and two-column.
One column form:
- Labels will be on the top the input fields
Two column form:
- Labels will be on the left column and input will be in the left
Both form should consider the following edge cases:
- Error , success, or warning messages display
- Any helper text could come to the right side eg: tooltip
- Forms should be accessible
- Forms should be responsive