Horje
Center an iframe Code Example
center 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>
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>
Center an iframe
div, iframe {
    width: 100px;
    height: 50px;
    margin: 0 auto;
    background-color: #777;
}

iframe {
    display: block;
    border-style:none;
}




Whatever

Related
bem naming convention Code Example bem naming convention Code Example
intent in android kotlin Code Example intent in android kotlin Code Example
flutter textfield cursor position Code Example flutter textfield cursor position Code Example
Extract phone number from text regex Code Example Extract phone number from text regex Code Example
debugging Code Example debugging Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7