Loading css/style.css +27 −6 Original line number Diff line number Diff line @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;500&family=Roboto:wght@100&display=swap'); body{ background: url("../image/theme_clair.jpg") no-repeat fixed; background-size: cover; text-align: center; background-color: black; font-family: 'Young Serif', sans-serif; border-image: 10px solid black; } h1{ color: aliceblue; text-align: center; font-size: 500%; font-family: 'Young Serif', sans-serif; } button{ margin-left: 10px; margin: 10px; font-size: large; font-family: 'Young Serif', sans-serif; } .cache{ display: none; } .sombre{ color: black; } .resultat{ Loading @@ -21,17 +38,21 @@ button{ margin-left: auto; margin-right: auto; width: 25%; font-size: large; display: none; } #villeListe{ margin-top: 10px; margin-right: 5.5%; font-size: large; font-family: 'Young Serif', sans-serif; } .cache{ display: none; } #codePostalInput{ font-size: large; font-family: 'Young Serif', sans-serif; .sombre{ color: black; } index.html +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ <select id="villeListe" aria-label="ville"> <option>--Sélectionner une ville--</option> </select> <div class="resultat cache" > <div class="resultat" > </div> <script src ="js/script.js"></script> </body> Loading Loading
css/style.css +27 −6 Original line number Diff line number Diff line @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;500&family=Roboto:wght@100&display=swap'); body{ background: url("../image/theme_clair.jpg") no-repeat fixed; background-size: cover; text-align: center; background-color: black; font-family: 'Young Serif', sans-serif; border-image: 10px solid black; } h1{ color: aliceblue; text-align: center; font-size: 500%; font-family: 'Young Serif', sans-serif; } button{ margin-left: 10px; margin: 10px; font-size: large; font-family: 'Young Serif', sans-serif; } .cache{ display: none; } .sombre{ color: black; } .resultat{ Loading @@ -21,17 +38,21 @@ button{ margin-left: auto; margin-right: auto; width: 25%; font-size: large; display: none; } #villeListe{ margin-top: 10px; margin-right: 5.5%; font-size: large; font-family: 'Young Serif', sans-serif; } .cache{ display: none; } #codePostalInput{ font-size: large; font-family: 'Young Serif', sans-serif; .sombre{ color: black; }
index.html +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ <select id="villeListe" aria-label="ville"> <option>--Sélectionner une ville--</option> </select> <div class="resultat cache" > <div class="resultat" > </div> <script src ="js/script.js"></script> </body> Loading