Skip to content

Instantly share code, notes, and snippets.

@evilnapsis
Created June 6, 2018 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evilnapsis/c4780eae0fcdfcb27f319a5d6f063fd3 to your computer and use it in GitHub Desktop.
Save evilnapsis/c4780eae0fcdfcb27f319a5d6f063fd3 to your computer and use it in GitHub Desktop.
seccion con 3 divisiones
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 m4">
<h3 class="center">EJEMPLO 1</h3>
<img class="responsive-img" src="images/image1.jpg">
<p>Este es un texto de ejemplo ;)</p>
<div class="center">
<a class="waves-effect waves-light btn">Button</a>
</div>
</div>
<div class="col s12 m4">
<h3 class="center">EJEMPLO 1</h3>
<img class="responsive-img" src="images/image2.jpg">
<p>Este es un texto de ejemplo ;)</p>
<div class="center">
<a class="waves-effect waves-light btn">Button</a>
</div>
</div>
<div class="col s12 m4">
<h3 class="center">EJEMPLO 1</h3>
<img class="responsive-img" src="images/image3.jpg">
<p>Este es un texto de ejemplo ;)</p>
<div class="center">
<a class="waves-effect waves-light btn">Button</a>
</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment