Does anyone know how to center pictures in an article horizontally? I've tried various techniques without success.
If it would be helpful, I can share the CSS I currently have. However, I am open to starting from scratch with the CSS as well since I am working from a Dreamweaver template.
https://i.stack.imgur.com/ZcSsm.png
<article class="fluid gallery">
<h2 class="fluid showAreaH2 headingStyle">Edutech Personal del Portador</h2>
<figure class="fluid tiles zeroMargin_desktop zeroMargin_tablet"> <img src="images/mauricio.jpg" alt="Maricio"/>
<figcaption class="textStyle">Mauricio y Rosalía Sánchez</figcaption>
</figure>
<figure class="fluid tiles"> <img src="images/guillermo.jpg" alt="Guillermo y Sarit"/>
<figcaption class="textStyle">Guillermo y Sarit Llanos</figcaption>
</figure>