Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

How can I horizontally align my divs?

.row {
  width: 100%;
  text-align: center; // center the content of the container
}

.block {
  width: 100px;
  display: inline-block; // display inline with ability to provide width/height
}​
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #I #horizontally #align
ADD COMMENT
Topic
Name
2+6 =