I’ve tried several methods, including text-align and flex, but the video still will not center.
HTML
<div class="yt">
<iframe width="560" height="315" src="https://www.youtube.com/embed/cHgAqxbj19E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe>
</div>
CSS
.yt{
text-align: center;
}
iframe{
display: inline-block;
}