Last active
August 29, 2015 14:08
-
-
Save mbriceno/832326e70f68fcfb5a46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrap-noticias"> | |
<div class="lean-cavas"> | |
Esto no debe ser un div con background-imagen sino un div q tiene dentro un <img> con la imagen en el src | |
</div> | |
<div class="taller-cont"> | |
<div class="texto-varios"> | |
<div class="tits-azules"> | |
<p>LEAN CAVAS</p> | |
</div> | |
<div class="texto"> | |
<p> Lean cavas es una herramienta que permite diseñar e innovar un modelo | |
de negocios de cualquier starup a traves de un metodo practico y sencillo</p> | |
<a href=""> ver mas...</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
Cada noticia debe tener ese wrap y el css de los wraps debe ser algo como: | |
.wrap-noticias{ | |
display:inline-block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment