Last active
May 14, 2020 20:24
-
-
Save ahwelp/22a054e5c2e8c7b982020a0647f769d3 to your computer and use it in GitHub Desktop.
This file contains 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
<!-- Básico --> | |
<div class="carousel-material" role="toolbar"> | |
<div><h5>Cabeçalho</h5><p>Conteudo</p></div> | |
<div><h5>Cabeçalho</h5><p>Conteudo</p></div> | |
<div><h5>Cabeçalho</h5><p>Conteudo</p></div> | |
</div> | |
<!-- Imagem lado a lado --> | |
<div class="carousel-material" role="toolbar"> | |
<div class="row"> <div class="col l3 m4 s12"> <figure> <img src='destination' alt='' /> <figcaption> Fonte: Univates (2020).</figcaption> </figure> </div> <div class="col l9 m6 s12"> <h5>Cabeçalho</h5><p>Conteudo</p> </div> </div> | |
<div class="row"> <div class="col l3 m4 s12"> <figure> <img src='destination' alt='' /> <figcaption> Fonte: Univates (2020).</figcaption> </figure> </div> <div class="col l9 m6 s12"> <h5>Cabeçalho</h5><p>Conteudo</p> </div> </div> | |
<div class="row"> <div class="col l3 m4 s12"> <figure> <img src='destination' alt='' /> <figcaption> Fonte: Univates (2020).</figcaption> </figure> </div> <div class="col l9 m6 s12"> <h5>Cabeçalho</h5><p>Conteudo</p> </div> </div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment