.celebrityNights {
display: flex;
flex-direction: column;
gap: 0.5rem;
text-align: center;
cursor: default;
padding: 1rem;
width: 30%;
position: relative;
}
.celebrityNights::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
height: 200%;
width: 200%;
background: conic-gradient(#4150d0, #4150d0), conic-gradient(#c850c0, #c850c0), conic-gradient(#4150d0, #4150d0), conic-gradient(#c850c0, #c850c0);
background-repeat: no-repeat;
background-size: 50% 50%, 50% 50%;
background-position: 0% 0%, 0% 100%, 100% 100%, 100% 0%;
animation: animate 4s linear infinite;
z-index: -1;
}
@keyframes animate {
100% {
transform: rotate(1turn);
}
}
.celebrityNights {
display: flex;
flex-direction: column;
gap: 0.5rem;
text-align: center;
cursor: default;
padding: 1rem;
width: 30%;
position: relative;
}
.celebrityNights::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
height: 200%;
width: 200%;
background: conic-gradient(#4150d0, #4150d0), conic-gradient(#c850c0, #c850c0), conic-gradient(#4150d0, #4150d0), conic-gradient(#c850c0, #c850c0);
background-repeat: no-repeat;
background-size: 50% 50%, 50% 50%;
background-position: 0% 0%, 0% 100%, 100% 100%, 100% 0%;
animation: animate 4s linear infinite;
z-index: -1;
}
@keyframes animate {
100% {
transform: rotate(1turn);
}
}