twitter bootstrap 3 - How to align images in responsive design -
I am trying to align images in responsive design.
It would be easy to make a fixed width, but it is not responsive.
ul {text-line: center; Padding: 0; Margin: 0; } Li (Float: left; * / & lt; - Remove! Display: Inline; List style: none; } Li: First child {float: left; } Li: last child {float: right; }
Comments
Post a Comment