Answers for "html align submit under input"

0

input type submit align center

<input type="text" style="margin:0px auto; display:block;" />
Posted by: Guest on September-03-2020
0

How to align input line in html forms

form  { display: table;      }
p     { display: table-row;  }
label { display: table-cell; }
input { display: table-cell; }
Posted by: Guest on May-19-2021

Browse Popular Code Answers by Language