Hi can someone help me horizontal and vertical align a img inside a figure
<figure class="frontpagearticlefigure">
<img class="frontpagearticleimg" src="image.png" alt="image" title="imgtitle" />
</figure>
and my css
.frontpagearticlefigure
{
display: block;
height: 140px;
width: 250px;
}
Im working with html 5