The purpose of this repo is to monitor my progress in learning HTML and CSS by making Registration Form. I am utilizing the freeCodeCamp Learn HTML Forms by Building a Registration Form for this repo.
- Viewport Height
- Adding Fieldset
- Adding rem unit (root em)
- Adding minlength, pattern attribute for the input
- Adding min and max in the type="number" input
- textarea element (same as input but for more text)
- Adding horizontal line separation for each fieldset. border-bottom: 3px solid #3b3b4f;
- Using pseudocode :last-of-type
- Adjusting the sizes of input elements