center img blockquote

by Gereltod Gotsbayar

HTML

<fieldset>
  <legend align="center">
    <img src="https://placekitten.com/200/150" />
  </legend>
  lorem ipsum dolor sit amet
</fieldset>

CSS

fieldset {
      display: block;
      margin: 20px 1%;
      margin-bottom: 20px;
      padding: 0 auto;
      padding: 15px 0;
      width: 98%;
}
legend {
     display: table; 
     min-width: 0px;
     max-width: 70%;
     position: relative;
     margin: auto;
     padding: 5px 10px;
     color: #eee8aa;
     font-size: 20px;
     text-align: center;
}