mastodon.ar.al is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is my personal fediverse server.

Administered by:

Server stats:

1
active users

@OddDev * means every element. So you’d be setting styles to be applied to the before pseudo-element of every element. Likely not what you want to do :)

Aral Balkan

@OddDev Although, if you scope it to another element, then it’ll mean every element within that scope, which could be useful.

e.g., nav *::before {} would apply those styles before every element in your nav.

@OddDev (Whereas nav::before {} would only apply the styles before the nav element itself.)

@OddDev Yeah, at a quick glance, not sure. Take it out and see what happens :)

@aral It's the same. 🫠 Maybe it's just an oopsie in the post.