Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make div width auto adjust

.center {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #div #width #auto #adjust
ADD COMMENT
Topic
Name
2+3 =