Franchement...

master
Mathieu GROUSSEAU 2 years ago
parent b64a1503f0
commit 8cfaa23b4d

@ -11,13 +11,20 @@
<body> <body>
<header> <header>
<div id="Head"> <div id="head"><img id="banner_image" src="images/logo_autoloc.png"></div>
<center>
<img src="images/logo_autoloc.png" width="200px">
</center>
</div>
</header> </header>
<figure>
<figcaption>Vidéo de présentation :</figcaption>
<video controls preload="metadata" id="media-presentation">
<source src="videos/presentation.webm" type="video/webm">
<source src="videos/presentation.mp4" type="video/mp4">
Telechargez la vidéo au format <a href="videos/presentation.webm">WEBM</a> ou <a
href="videos/presentation.mp4">MP4</a>.
</video>
</figure>
<nav> <nav>
<h3>Table des matières</h3> <h3>Table des matières</h3>
<ol> <ol>
@ -33,17 +40,6 @@
</ol> </ol>
</nav> </nav>
<figure>
<figcaption>Vidéo de présentation :</figcaption>
<video controls preload="metadata" id="media-presentation">
<source src="videos/presentation.webm" type="video/webm">
<source src="videos/presentation.mp4" type="video/mp4">
Telechargez la vidéo au format <a href="videos/presentation.webm">WEBM</a> ou <a
href="videos/presentation.mp4">MP4</a>.
</video>
</figure>
<section id="1"> <section id="1">
<h2 titlenum="1.1">Structure de marché, caractéristiques des acteurs externes</h2> <h2 titlenum="1.1">Structure de marché, caractéristiques des acteurs externes</h2>

@ -85,6 +85,27 @@ section div p {
background-color: whitesmoke; background-color: whitesmoke;
} }
#head {
background-color: black;
width: 100%;
margin-bottom: 20px;
}
#banner_image {
display: block;
width: 200px;
margin-left: auto;
margin-right: auto;
}
footer>p {
font-size: small;
}
#media-presentation {
width: 100%;
}
@media (min-width: 900px) { @media (min-width: 900px) {
body { body {
margin-left: auto; margin-left: auto;
@ -104,17 +125,3 @@ section div p {
right: 1rem; right: 1rem;
} }
} }
#Head {
background-color: black;
width: 100%;
margin-bottom: 20px;
}
footer>p {
font-size: small;
}
#media-presentation {
width: 100%;
}