Skip to content
Snippets Groups Projects
Commit bdace4ed authored by v4nkor's avatar v4nkor
Browse files

Small changes and tests

parent 6b44f2fc
No related branches found
No related tags found
No related merge requests found
......@@ -271,6 +271,10 @@ function enableBtn(){
voiceSpan.style.display = "none";
}
function scrollDown(){
}
docReady(function() {
populateVoiceList();
voiceSelect.value= "Microsoft Paul - French (France) (fr-FR)";
......
......@@ -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
@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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment