Commit f1c86eec authored by Julien Ait azzouzene's avatar Julien Ait azzouzene
Browse files

💄 style: la saisie du nombre de jours intervient

avant le choix de la ville
parent 1a686425
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -11,13 +11,15 @@
    <input type="search" id="codePostalInput" placeholder="Entrez votre code postal" aria-label="code postal"><button id="recherche" >Rechercher</button>
    <br>
    
    <label>Nombre de jours :</label>
    <input id="inputNbJours" type="number" value="1" min="1" max="7"></input>

    <div id="choixVille" class="cache">
        <select id="villeListe" aria-label="ville">
        <option>--Sélectionner une ville--</option>
        </select>

        <label>Nombre de jours :</label>
        <input id="inputNbJours" type="number" value="1" min="1" max="7"></input>
        

        <button id="voirInformations">Voir les informations</button>
    </div>