Inne akcje
<style> .audio-player-wrapper {
max-width: 100%; margin: 20px auto; padding: 10px; box-sizing: border-box; border: 1px solid #ccc; border-radius: 5px; background-color: #f9f9f9; box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
audio {
width: 100%; height: auto; margin-top: 10px; outline: none;
}
.audio-player-info {
text-align: center; margin-bottom: 10px;
}
.audio-player-info h3 {
margin: 0; padding: 0; font-size: 1.2em; color: #333;
}
.audio-player-info p {
margin: 5px 0; font-size: 0.9em; color: #666;
} </style>
{{{title}}}
<audio controls>
<source src="{{{source}}}" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>