Alinear divs de manera horizontal
AUTOR PREGUNTA #1
¿De qué forma puedo hacer esto?
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
<div id="container" style="background color:red;overflow:hidden;width:200px"> <div id="inner" style="overflow:hidden;width: 2000px"> <div style="float:left;background-color:blue;width:50px;height:50px"> </div> <div style="float:left;background-color:blue;width:50px;height:50px"> </div> <div style="float:left;background-color:blue;width:50px;height:50px"> </div> </div> </div>