Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

Exibir filhos

HTML
<style>
  .video-container {
    text-align: center;
    margin: 20px 0;
  }

  .video-container iframe {
    border: none;
    border-radius: 8px;
  }
</style>

<div class="video-container">
  <iframe src="https://drive.google.com/file/d/1UlqEUW9fUVescTrn5FdV2arddspXtJjx/preview" 
          width="640" 
          height="480" 
          allow="autoplay">
  </iframe>
</div>