0
How to align a html button to the center of webpage?
How to align a html button to the center of webpage?
1 Answer
+ 3
First way
insert the button in form and add 'text-align: center' to form class.
second way:
you can write to button's class : margin: 20px auto;