pknowledge / useraccounts

User Registration Form with PHP and MySQL Tutorial code
58 stars 116 forks source link

make the form center in all devices #2

Open joyyo opened 5 years ago

joyyo commented 5 years ago

hello. it can be stupid question but how can I make all contents align as center in all devices?? I used this code but nothing changed. `

`
Anonsatyam commented 4 years ago

You can use the Materializecss center class to put your division in the center. You have to put Materializecss script at the bottom of your body.

<div class="container center">
 Rest of the code goes here....
</div>

You can check my repo. I already have a projet on Materializecss