Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to align input boxes in html

.container {
  width: 500px;
  clear: both;
}

.container input {
  width: 100%;
  clear: both;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #align #input #boxes #html
ADD COMMENT
Topic
Name
9+4 =