How the element should be centered within its parent element.
this is my link :
<style>
img{
max-width: 100%;
display: block;
margin: auto;
}
</style>
I hope this helps
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.