Ejemplo 1: como centrar una imagen bulma
<figure class="image is-inline-block" >
Ejemplo 2: bulma alinea el centro de la imagen en la columna
// to center an image horizontally with bulma:
// add has-text-centered to the parent
// add is-inline-block to the figure tag
<div class="has-text-centered">
<figure class="image is-64x64 is-inline-block">
<img class="is-rounded" src="https://unsplash.it/64"/>
</figure>
</div>
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)