styles updates

This commit is contained in:
William Noris 2021-10-20 10:37:54 +02:00
parent 4f69d290b8
commit 696a638d56
5 changed files with 43 additions and 27 deletions

View file

@ -23,10 +23,21 @@
</nav>
</section>
<div class="image-charactere"></div>
<section id="recherche">
<form action="" id="formRecherche" onSubmit="event.preventDefault(); console.log('click')">
<label for="textRecherche">Recherche : </label>
<input type="text" name="textRecherche" id="textRecherche">
<input type="submit" value="ok">
</form>
</section>
<section id="resultats" class="accordeon"></section>
<div class="image-charactere"></div>
</body>
</html>