Centering a video in the middle of the page while having a side menu on the left. html/css

iframe {
    width: 560px;
    height: 350px;
    position: fixed;
    left: 400px;

Let me know if this does what you needed.

Leave a Comment