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

40 lines
540 B
CSS
Raw Normal View History

2022-06-10 14:08:52 +02:00
iframe {
width: 50vw;
aspect-ratio: 560/315;
}
2022-06-10 01:41:26 +02:00
#music {
display: block;
2022-06-10 14:08:52 +02:00
width: 80vw;
2022-06-10 01:41:26 +02:00
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;
2022-06-10 14:08:52 +02:00
}
2022-06-10 01:41:26 +02:00
2022-06-10 14:08:52 +02:00
#desc {
display: block;
background-color: rgba(255,255,255,0.3);
width: 80vw;
margin: auto;
padding: 50px;
font-size: 1.2rem;
margin-top: 40px;
2022-06-10 01:41:26 +02:00
}