为什么Center与Center不同?

问题描述

我有一个视频,并让它显示在左栏的中央。

<div class="video"><video id="ukulele" controls="controls" width="320" height="240"><br /><source src="images/ukulele.mp4" type="video/mp4" /></div>

css

.video {margin: auto; width: 50%; padding: 1px;}

我还在视频下方写了一段文字,居中对齐。

<p class="center"><i>This is aligned centered</i></p>

css

.center {display: flex; justify-content: center;}

但是文本从中心开始,以“This ....”开头,并随着视频衰减。

为什么?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)