How do you center a video using CSS

I’m trying to center a video within my site but I don’t want to use the center tags in HTML because it’s kinda obsolete. How do I do this with CSS? Here’s my HTML code if it’s any help.

How to center links in HTML

there are some mistakes in your code – the first: you havn’t closed you p-tag: next: p stands for ‘paragraph’ and is a block-element (so it’s causing a line-break). what you wanted to use there is a span, wich is just an inline-element for formatting: but if you just want to add a style to your link, why don’t … Read more

align text center with android

Set also android:gravity parameter in TextView to center. For testing the effects of different layout parameters I recommend to use different background color for every element, so you can see how your layout changes with parameters like gravity, layout_gravity or others.