| [Versión revisada] | [Versión revisada] |
| Línea 2: | Línea 2: | ||
<style> | <style> | ||
| + | @media only screen and (max-width: 768px) { | ||
| + | table.table-responsive tr { | ||
| + | display: block; | ||
| + | border: none; | ||
| + | margin: 0px; | ||
| + | } | ||
| + | |||
| + | table.table-responsive tr td { | ||
| + | display: block; | ||
| + | border: none; | ||
| + | margin: 0px; | ||
| + | } | ||
| + | } | ||
| + | |||
.container-video { | .container-video { | ||
position: relative; | position: relative; | ||
| Línea 17: | Línea 31: | ||
</style> | </style> | ||
| − | <table style="width:100%"> | + | <table align="center" class="table table-hover table-condensed table-striped table-responsive" style="width: 100%; margin: auto;"> |
<tr> | <tr> | ||
<td style="width:50%"><div class="container-video"><iframe src="https://www.youtube.com/embed/mm-bEYlQKd4" frameborder="0" allowfullscreen class="video"></iframe></div></td> | <td style="width:50%"><div class="container-video"><iframe src="https://www.youtube.com/embed/mm-bEYlQKd4" frameborder="0" allowfullscreen class="video"></iframe></div></td> | ||
Revisión del 11:55 13 dic 2019
