raya align

This commit is contained in:
Chris Edwards 2021-03-16 10:10:51 -04:00
parent 44ebc53414
commit f9a46638b8

View File

@ -5,16 +5,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Raya and the Last Dragon</title>
<style>
video{
#video{
display: flex;
align-self: center;
justify-self: center;
align-items: center;
justify-items: center;
}
</style>
</head>
<body>
<video controls controlslist="nodownload" poster="https://s.abcnews.com/images/GMA/211026_gma_digital_rayatrailer_hpMain_16x9_992.jpg" src="/home/chrisserver/media/Movies/Raya.and.the.Last.Dragon.2021.WEBRip.x264-ION10/Raya.and.the.Last.Dragon.WEBRip.x264-ION10.mp4">
Your browser doesn't support embedded video. Sorry.
</video>
<divdiv id="video">
<video controls controlslist="nodownload" poster="https://s.abcnews.com/images/GMA/211026_gma_digital_rayatrailer_hpMain_16x9_992.jpg" src="/home/chrisserver/media/Movies/Raya.and.the.Last.Dragon.2021.WEBRip.x264-ION10/Raya.and.the.Last.Dragon.WEBRip.x264-ION10.mp4">
Your browser doesn't support embedded video. Sorry.
</video>
</div>
</body>
</html>