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

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -