Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
Ambos lados da revisão anterior Revisão anterior Próxima revisão | Revisão anterior | ||
entender-melhor-negocios-digitais [2018/01/04 17:18] amorimlaiza4 |
entender-melhor-negocios-digitais [2018/02/12 18:11] (atual) efremfilho |
||
---|---|---|---|
Linha 5: | Linha 5: | ||
Saiba mais nesses vídeos: | Saiba mais nesses vídeos: | ||
- | Como saber se estou fazendo a coisa certa? - [[https://www.youtube.com/watch|https://www.youtube.com/watch]] | + | <html> |
+ | <style> | ||
+ | .videoWrapper { | ||
+ | position: relative; | ||
+ | padding-bottom: 56.25%; /* 16:9 */ | ||
+ | padding-top: 25px; | ||
+ | height: 0; | ||
+ | } | ||
+ | .videoWrapper iframe { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | width: 75%; | ||
+ | height: 75%; | ||
+ | } | ||
+ | </style> | ||
+ | <div class="videoWrapper"> | ||
+ | <iframe width="560" height="349" src="https://www.youtube.com/embed/rAMDkAGBn9Q"frameborder="0"gesture="media"allow="encrypted-media" allowfullscreen></iframe> | ||
+ | </div> | ||
+ | |||
+ | <div class="videoWrapper"> | ||
+ | <iframe width="560" height="349" src="https://www.youtube.com/embed/BIRAdc0VTr0"frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> | ||
+ | </div> | ||
+ | </html> | ||