diff --git a/js/voice.js b/js/voice.js index 625bef17aa6718c49b2a76ce9d89a017dff9ae4c..28159dcff89a5bc07f6f792d5ec396e2ce18f06a 100644 --- a/js/voice.js +++ b/js/voice.js @@ -271,6 +271,10 @@ function enableBtn(){ voiceSpan.style.display = "none"; } +function scrollDown(){ + +} + docReady(function() { populateVoiceList(); voiceSelect.value= "Microsoft Paul - French (France) (fr-FR)"; diff --git a/pages/accueil.php b/pages/accueil.php index 25cc60980a1c9a6c28cf81cbf3ae3f5afa787338..330d35af894c7d027374a68b454dec2580496744 100644 --- a/pages/accueil.php +++ b/pages/accueil.php @@ -30,7 +30,11 @@ <div class="votrerecette"> <p> Vous souhaitez ajouter votre recette ? Cliquez ici</p> </div> + <div style="background-color:lightgray;height:3000px;"> + </div> + Cela etais un test pour le scroll + Bas de la page <?php //include "footer.php"; ?> </body> </html> \ No newline at end of file diff --git a/styles/scss/app.scss b/styles/scss/app.scss index cf269ea4a7b40c1b9c0985e81b84c2042bae530b..c5becaca4b906f40130645f7d660d737a5a08bea 100644 --- a/styles/scss/app.scss +++ b/styles/scss/app.scss @@ -1,6 +1,10 @@ @import url('https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&family=Roboto:wght@500&display=swap'); @import "../bootstrap/bootstrap"; +html { + scroll-behavior: smooth; +} + body { font-family: 'Roboto', sans-serif; }