nbktechworld / full-stack-web-dev

6 stars 13 forks source link

Style the reset password form fields with the form-group class #47

Closed nbkhope closed 2 weeks ago

nbkhope commented 3 weeks ago

The label and input for email should be placed under a div tag with the class form-group.

The form-group class is already defined in one of the CSS files. You just need link to that file using the link tag.

BrookeKanonik commented 3 weeks ago

can i work on this issue?