Skip to content

Instantly share code, notes, and snippets.

@furenku
Created April 16, 2021 15:00
Show Gist options
  • Select an option

  • Save furenku/80a275bf810e2b865914b51fcbb08cd8 to your computer and use it in GitHub Desktop.

Select an option

Save furenku/80a275bf810e2b865914b51fcbb08cd8 to your computer and use it in GitHub Desktop.
tarjeta.html
<!-- article.tarjeta -->
<article class="tarjeta">
<!-- .imagen -->
<div class="imagen">
<!-- img -->
<img src="http://unsplash.it/300/300" alt="Una imagen de ejemplo">
</div>
<!-- .textos -->
<div class="textos">
<!-- h3.nombre -->
<h3 class="nombre">
Nombre de personaje
</h3>
<!-- h4.especie -->
<h4 class="especie">
Especie
</h4>
<!-- h5.lugar -->
<h5 class="lugar">
Lugar de origen
</h5>
</div>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment