Gestion playlist et css
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user