Currently, the text is displaying at the bottom. This is my code snippet:
<div class="container">
<h1 class="text-center">Machine Learning and Development</h1>
<div style="text-align: left;">
<!-- <video autoplay muted src="yoda.mp4" width="700px" align="right" loop preload="metadata"></video> -->
<img src="https://via.placeholder.com/700x400?text=Placeholder+Video" />
</div>
</div>
I intended for the text to be aligned correctly, but it appears misplaced. You can see the issue in this image:
https://i.sstatic.net/mKNau.png
Here are the links to my HTML and CSS: