Regardez la vidéo pour préparer votre projet (simulation de l'entreprise)
🔧Charger l'image : https://www.ibisc.univ-evry.fr/~dupont/47.jpg
🥷Dans le fichier HTML, vous mettrez dans la balise style de head
<head>
...
<style>
html {
scroll-behavior: smooth;
}
#partie_definition {
background-color: yellow;
}
</style>
</head>