¿Verticalmente en que orden se muestran los siguientes cuadros?
<div style='background:red;width:50px;height:50px;margin-top:100px;'></div>
<div style='background:blue;width:50px;height:50px;margin-top:-100px'></div>
¿Rojo y luego azul o azul y luego rojo?
Ambos están en el mismo nivel.