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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -