more spinning logos

This commit is contained in:
Xanazf 2024-11-09 00:48:09 +02:00
parent 624265be02
commit 2f88aa46ad
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
6 changed files with 398 additions and 3 deletions

View file

@ -53,26 +53,30 @@
.feature-showcase {
height: 21rem;
aspect-ratio: 16 / 9;
border: 1px solid yellow;
}
.feature-video {
border-radius: 0.681rem;
}
.feature-showcase.cloud {
.feature-cloud {
position: relative;
max-width: 345.717px;
margin: auto;
max-width: 21.5rem;
height: 100%;
border-radius: 100vh;
animation: spin 40s linear infinite;
border: 1px solid red;
& .cloud-item {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
animation: counter-spin 40s linear infinite;
width: 60px;
height: 60px;
animation: counter-spin 40s linear infinite;
&.hyprland {
left: 60px;
top: 60px;
@ -81,10 +85,27 @@
right: 60px;
top: 60px;
}
&.pipewire {
left: 60px;
bottom: 60px;
}
&.x-org {
right: 60px;
bottom: 60px;
scale: 0.9;
}
&.sway {
left: 140px;
bottom: 30px;
scale: 0.7;
}
& img {
width: 60px;
height: 60px;
}
& svg {
scale: 1.5;
}
}
}