nbktechworld / full-stack-web-dev

6 stars 13 forks source link

Center the sign up form horizontally #28

Closed nbkhope closed 1 month ago

nbkhope commented 2 months ago

Right now the sign up form is centered at the left-hand side of the screen. Please make it centered.

One way of centering it is using the property margin with the value auto for margin-left and margin-right.

Pybite commented 1 month ago

I would like to help with this