styles updates
This commit is contained in:
parent
4f69d290b8
commit
696a638d56
5 changed files with 43 additions and 27 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue