c.im is one of the many independent Mastodon servers you can use to participate in the fediverse.
C.IM is a general, mainly English-speaking Mastodon instance.

Server stats:

2.9K
active users

Yohan Yukiya Sese Cuneta 사요한🦣

-based browsers:

```
:lang(zh),
:lang(ja),
:lang(ko) {
something: here;
}

:lang(zh-Latn),
:lang(ja-Latn),
:lang(ko-Latn) {
something: here,
}
```

-based browsers:

```
:lang(zh, ja, ko) { something: here; }
:lang(\*-Latn) { something: here; }
```

Another thing I really hate about (-based browsers) is their implementation of . did the right thing in its CSS ruby implementation.

Learn from .