site-accueil-insa/assets/css/page/chansons.css

26 lines
336 B
CSS
Raw Normal View History

2022-06-10 01:41:26 +02:00
#music {
display: block;
width: 80%;
padding: 0;
margin: auto;
margin-top: 20px;
align-items: center;
border: 5px solid white;
}
#music ul {
list-style-type: none;
}
#music li {
margin-bottom: 30px;
}
#music .title_music {
width: 100%;
background-color: white;
color: black;
margin: 0px;
padding: 10px 0px 10px 0px;
}