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"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Raya and the Last Dragon</title> <title>Raya and the Last Dragon</title>
<style> <style>
video{ #video{
display: flex; display: flex;
align-self: center; align-items: center;
justify-self: center; justify-items: center;
} }
</style> </style>
</head> </head>
<body> <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"> <divdiv id="video">
Your browser doesn't support embedded video. Sorry. <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">
</video>
Your browser doesn't support embedded video. Sorry.
</video>
</div>
</body> </body>
</html> </html>