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) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -