CSS HTML Image Holder Align

CSS HTML Image Holder Align

Hello,

I have a CSS holder for an image but I cant align to the center I have the following script:

CSS

  .holder {   
  width: auto;
  display: inline-block;
}
.holder img {
  width: 30%;
  height: auto;
  
}

HTML

output = output + "<div class='holder'>";
output = output + "<img src='IMAGE.jpg';/></div>";