This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Rebane
rebane2001.bsky.social
did:plc:bzdtu4vjo2quk2ef3ykhqtv6
btw u should write css like
cool-thing {
display: flex;
&[shadow] {
box-shadow: 1px 1px #0007;
}
@media (screen < 480px) {
flex-direction: column;
}
}
and html like
<cool-thing shadow>wow</cool-thing>
because it's allowed & modern & neat!
2025-04-08T08:58:19.201Z