Answers for "How to align input line in html forms"

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