en.osm.town is one of the many independent Mastodon servers you can use to participate in the fediverse.
An independent, community of OpenStreetMap people on the Fediverse/Mastodon. Funding graciously provided by the OpenStreetMap Foundation.

Server stats:

268
active users

#tinyCSStip

0 posts0 participants0 posts today

#tinyCSStip (#gotcha)

`text-shadow` is drawn relative to original unstroked text. So if you set a `text-shadow` and also a thicker text stroke (supported cross-browser for years now with the `-webkit-` prefix developer.mozilla.org/en-US/do), the shadow gets drawn *under* the stroke.

To get a visible shadow relative to the stroked text, use `filter: drop-shadow()` mastodon.social/@anatudor/1113

Wake up, wake up, wake up!¹

`background-clip: text` is now supported unprefixed and in the shorthand in all browsers!
#tinyCSStip

¹bonus points 😈 if you can identify the Lamb of God song²

²I hope I didn't scare you³... if I did, try out the `background-image` link below 🙃

³that's just the way we are when we come down... sorry, can't help all the song references, they just come to me

#CodePen codepen.io/thebabydino/pen/mdo

#css#code#coding