<img src="https://cdn.reallygood.co.il/media/rg-transparent.svg" class="logo rainbow" title="Really Good Logo in pride colors" />
<span class="text rainbow">Happy Pride</span>
<footer>
We're hiring LGBTQ+ FEDs, over <a href="https://bit.ly/3qlqYDY" target="_blank">here</a><br />Follow us on <a href="https://t.me/ReallyGoodFrontEnd" target="_blank">Telegram</a>
</footer>
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;900&display=swap');
@keyframes pride {
0% {
background-position-y: 0px;
}
100% {
background-position-y: var(--height);
}
}
.rainbow {
height: var(--height);
background: linear-gradient(
#BC322D 0px, /* red */
#DE572A 40px, /* red */
#FEAC4C 40px, /* orange */
#E7820D 80px, /* orange */
#FEDC2E 80px, /* yellow */
#FFC231 120px, /* yellow */
#77B56D 120px, /* green */
#0DAC60 160px, /* green */
#0FBCD6 160px, /* blue */
#256CA8 200px, /* blue */
#9263B0 200px, /* purple */
#623C7A 240px /* purple */
);
animation: pride 2.5s infinite linear reverse;
}
.text {
/* text mask */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
/* more styling below */
display: inline-block;
line-height: 1.8;
text-align: center;
font-size: 130px;
font-weight: 900;
letter-spacing: 1px;
}
.logo {
margin-right: 30px;
}
footer {
position: absolute;
background: #fff;
bottom: 12px;
right: 12px;
font-weight: 400;
color: #666;
text-align: right;
line-height: 1.2;
}
footer a {
height: auto;
color: #CE202A;
transition: color 0.3s ease;
}
footer a:hover {
color: #0FBCD6;
}
body {
--height: 240px;
height: 100vh;
margin: 0;
display: flex;
align-content: center;
justify-content: center;
align-items: center;
font-family: "Roboto Slab", serif;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.