styles updates
This commit is contained in:
parent
4f69d290b8
commit
696a638d56
5 changed files with 43 additions and 27 deletions
|
|
@ -21,6 +21,15 @@
|
|||
</ul>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
<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>
|
||||
|
||||
<div class='accordeon'>
|
||||
<div class='accordeon_item'>
|
||||
<div id="1" class='accordeon_item_header'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue