How do I get my video down to the horizontal middle of the screen

Im trying to push the video down to the middle of the screen, and I dont want my video to scroll under the header. Any help please.https://codepen.io/MoaceXX/pen/WNoxjmP

You have to push the first element after the header down using margin/padding top, so the first div after the header. I would suggest you give your elements classes to use for the selectors.

Also, don’t use the center element, it’s obsolete and shouldn’t be used. You can center using auto margin, flexbox, etc.

Ok thats great thankyou very much.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.