-1
How do I put these 3 video next to each other with caption on the bottom?? code:
<section id="projetos">
<div class="container">
<div class="font-weight-bold" style="margin-left: 20px; font-size: 29px; margin-bottom: 15px;">Projetos</div>
<video width="320" height="240" controls style="margin-right: 30px;">
<source src="videos/video01.mp4" type="video/mp4">
</video>
<p><strong>Descriçao:</strong>Altomaçao.</p>
<video width="320" height="240" controls style="margin-right: 30px;">
<source src="videos/video02.mp4" type="video/mp4">
</video>
<p><strong>Descriçao:</strong>Altomaçao.</p>
<video width="320" height="240" controls style="margin-right: 30px;">
<source src="videos/video03.mp4" type="video/mp4">
</video>
<p><strong>Descriçao:</strong>Altomaçao.</p>
</div>
</section>
Face on the responsiveness of the video take a look at this answer that will help you! https://answall.com/questions/246495/como-deixar-embed-youtube-responsivo-no-site-ao-abrir-quero-width-apare%C3%A7a-100/369847#369847
– hugocsl