Commit 58b150c3 authored by Paul Morisse's avatar Paul Morisse
Browse files

style: ajout google font

parent 4d00c145
Loading
Loading
Loading
Loading
+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{
@@ -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;
}

+1 −1
Original line number Diff line number Diff line
@@ -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>