html center video
video {
margin-left: auto;
margin-right: auto;
display: block
}
html center video
video {
margin-left: auto;
margin-right: auto;
display: block
}
center a video horizontally
/*option 1:this makes the video responsive*/
.videoDiv
{
width: 70%; /*or whatever % you prefer*/
margin: 0 auto;
display: block;
}
/* option 2* does not make the video responsive*/
.videoDiv{
margin:0 auto;
display: block;
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us