@goat@hellsite.site fine
css Show more
@goat@hellsite.site and for anyone else that wants to curse themselves
a[href^="https://hellsite.site/@goat"] .status__avatar, a[href^="https://hellsite.site/@goat"] .account__avatar { animation: kobold-rotate 12s infinite linear;}
@keyframes kobold-rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); }}
@goat@hellsite.site the most beautiful thing about this ordeal is that different posts spin out of sync as they come in
Small server part of the pixie.town infrastructure. Registration is closed.
css
@goat@hellsite.site and for anyone else that wants to curse themselves
a[href^="https://hellsite.site/@goat"] .status__avatar, a[href^="https://hellsite.site/@goat"] .account__avatar {
animation: kobold-rotate 12s infinite linear;
}
@keyframes kobold-rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}