Formulaire

1 mars 2021
<input type="text" placeholder="type text"/>
<textarea placeholder="Textarea"></textarea>
<button class="bouton">Bouton</button>
<button class="bouton-icon">
    <svg class="fill--mode" width="24px" height="24px" aria-hidden="true">
        <use xlink:href="#loupe"></use>
    </svg>
</button>
<div class="pr">
    <input type="search" class="search js--rechercheInput" placeholder="Que recherchez-vous ?" aria-label="Que recherchez-vous ?" />
    <button type="button" class="bouton-icon pa-cr" title="Lancer la recherche">
        <span class="sr-only">Lancer la recherche</span>
        <svg class="fill--mode" width="24px" height="24px" aria-hidden="true">
            <use xlink:href="#loupe"></use>
        </svg>
    </button>
</div>
Retour en haut