Commit b963f88bd618ffcd1a93648b757980c5105e484a
1 parent
8f5ca83620
Exists in
master
and in
1 other branch
quitado border de iframe.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/home/home.component.html
| ... | ... | @@ -16,7 +16,7 @@ |
| 16 | 16 | <!-- INFO DE BIENVENIDA --> |
| 17 | 17 | <div class="h-50 row flex-row justify-content-around align-items-center w-100 m-3"> |
| 18 | 18 | <iframe |
| 19 | - class="w-50 h-100 rounded fade-in" | |
| 19 | + class="w-50 h-100 border-0 rounded fade-in" | |
| 20 | 20 | src="https://www.youtube.com/embed/vb8ZcalBDyw?&autoplay=1&loop=1&playlist=vb8ZcalBDyw&controls=0&showinfo=0&mute=1"> |
| 21 | 21 | </iframe> |
| 22 | 22 | <div class="w-auto text-center text-white"> |