Mathieu GROUSSEAU 2 years ago
parent ead59db9fa
commit b64a1503f0

@ -35,12 +35,12 @@
<figure> <figure>
<figcaption>Vidéo de présentation :</figcaption> <figcaption>Vidéo de présentation :</figcaption>
<video controls preload="metadata"> <video controls preload="metadata" id="media-presentation">
<source src="/videos/presentation.webm" type="video/webm"> <source src="videos/presentation.webm" type="video/webm">
<source src="/videos/presentation.mp4" type="video/mp4"> <source src="videos/presentation.mp4" type="video/mp4">
Telechargez la vidéo au format <a href="/videos/presentation.webm">WEBM</a> ou <a Telechargez la vidéo au format <a href="videos/presentation.webm">WEBM</a> ou <a
href="/videos/presentation.mp4">MP4</a>. href="videos/presentation.mp4">MP4</a>.
</video> </video>
</figure> </figure>

@ -105,12 +105,16 @@ section div p {
} }
} }
#Head{ #Head {
background-color: black; background-color: black;
width: 100%; width: 100%;
margin-bottom: 20px; margin-bottom: 20px;
} }
footer>p{ footer>p {
font-size: small; font-size: small;
}
#media-presentation {
width: 100%;
} }