Created
November 7, 2016 21:49
-
-
Save ddsilva/e04ee540de0dbb4e4a96ce5115ce04d2 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="general"> | |
| <section class="item"> | |
| <img src="utl_da_imagem" alt=""> | |
| <div class="text"> | |
| <h3>Título</h3> | |
| <p>blabla</p> | |
| </div> | |
| </section> | |
| <section class="item"> | |
| <img src="utl_da_imagem" alt=""> | |
| <div class="text"> | |
| <h3>Título</h3> | |
| <p>blabla</p> | |
| </div> | |
| </section> | |
| <section class="item"> | |
| <img src="utl_da_imagem" alt=""> | |
| <div class="text"> | |
| <h3>Título</h3> | |
| <p>blabla</p> | |
| </div> | |
| </section> | |
| <section class="item"> | |
| <img src="utl_da_imagem" alt=""> | |
| <div class="text"> | |
| <h3>Título</h3> | |
| <p>blabla</p> | |
| </div> | |
| </section> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment