Merge branch 'main' of grond.iut-fbleau.fr:keraudre/SAE_DEV2.2_2024

This commit is contained in:
2024-06-19 12:08:45 +02:00
9 changed files with 142 additions and 109 deletions

View File

@@ -210,6 +210,32 @@ form.search-form {
margin-left: -200px;
}
form.create-playlist-form {
width: 40%;
margin: 0 auto;
}
form.add-song-form {
width: 40%;
margin: 0 auto;
}
form.generate-playlist-form {
width: 40%;
margin: 0 auto;
}
section.playlists {
display: flex;
justify-content: left;
flex-wrap: wrap;
gap: 100px;
margin-top: 50px;
}
.btn-supp {
width: 30%;
}
/* bouton ajouter sur les albums et musique */