63 lines
1.4 KiB
HTML
63 lines
1.4 KiB
HTML
<style>
|
|
|
|
#radio {
|
|
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
article {
|
|
|
|
flex: 1 1 300px;
|
|
|
|
}
|
|
h2 {
|
|
font-size: 12em;
|
|
/* text-transform: uppercase;*/
|
|
line-height: 1em;
|
|
flex: 1 1 100%;
|
|
}
|
|
p {
|
|
flex: 1 1 100%;
|
|
font-size: .6em;
|
|
line-height: 1.75em;
|
|
max-width: 33vw;
|
|
|
|
strong {
|
|
font-size: 1.25em;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
h2 {
|
|
font-size: 8em;
|
|
}
|
|
p {
|
|
font-size: .9em;
|
|
max-width: unset;
|
|
}
|
|
strong {
|
|
font-size: 1.5em;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
<section id="radio">
|
|
<article class="section-headers" style="background-image: url(/2025/images/radio.webp);">
|
|
<h2>RadioStation</h2>
|
|
<p><strong>Basspistol Radio Station! </strong><br />777% music, without commercials! RobotDJ-sets and live interventions! This is the sound of freedom.</p>
|
|
<a class="button" href="https://radio.basspistol.com/">Request song 📻</a>
|
|
</article>
|
|
<div class="border">
|
|
<iframe src="https://radio.basspistol.com/public/basspistol/embed?theme=dark" frameborder="0" allowtransparency="true" style="width: 100%; min-height: 150px; border: 0;"></iframe>
|
|
|
|
<iframe src="https://radio.basspistol.com/public/basspistol/history?theme=dark" frameborder="0" allowtransparency="true" style="width: 100%; min-height: 480px; border: 0;"></iframe>
|
|
</div>
|
|
<article class="section-footers"></article>
|
|
|
|
</section>
|