“Центр iframe в редакторе” Ответ

Центр iframe

<div class="iframe-container">
  <!--iframe link is the link to the jsfiddle-->
  <iframe src="https://jsfiddle.net/8z9s1t6x/2/"></iframe>
</div>

<style>
  .iframe-container {
		text-align:center;
  		width:100%;
  }
</style>
Comfortable Caterpillar

Iframe Center

<div style="text-align:center;"><iframe style="
display:auto;
width="560" height="315" src="https://www.youtube.com/embed/" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
Adventurous Ant

Центр iframe в редакторе

/* center iframe in editor */
/* div wrapping ifrrame */
div {
    display: flex;
    align-items: center;
    justify-content: center;
}
Repulsive Raven

Ответы похожие на “Центр iframe в редакторе”

Вопросы похожие на “Центр iframe в редакторе”

Больше похожих ответов на “Центр iframe в редакторе” по CSS

Смотреть популярные ответы по языку

Смотреть другие языки программирования