Soundbox/css/styles.css
2020-03-08 15:32:53 +00:00

20 lines
217 B
CSS

h1{
text-align: center;
}
.son{
/*border: 1px solid #FF0000;
background-color: #45ccbb;*/
}
audio{
display: block;
min-height: 40px;
margin: auto;
}
.titre{
text-align: center;
font-weight: bold;
}