Fix LED Dress video html centering

This commit is contained in:
Tanner Collin 2020-11-21 01:24:56 +00:00
parent 786418496b
commit bfd988a53e

View File

@ -22,9 +22,7 @@ seven LEDs that form the Big Dipper continually scroll through a gradient of
three colors. Instead of calculating the values of each color in the gradient as three colors. Instead of calculating the values of each color in the gradient as
the program runs, a lookup table is used. the program runs, a lookup table is used.
<center> <video autoplay muted loop style="display:block; margin: 0 auto;">
<video autoplay muted loop>
<source src="{static}/videos/dress/dress3.mp4" type="video/mp4"> <source src="{static}/videos/dress/dress3.mp4" type="video/mp4">
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>
</center>