Загрузка видео...
Не удалось загрузить видео
CSS Tip! ⭐️ You can use the lh (line-height) unit on background layers to emphasize multiple lines of text responsively without extra elements! ⚡️ h1 { background: linear-gradient(white, white), grey; background-size: 100% calc(var(--lines) * 1lh), 100% 100%; background-clip: text; color: transparent; } Here you emphasize the first two lines... show more
413,647 просмотров • 2 лет назад •via X (Twitter)
Комментарии: 11

Here's that @CodePen link! 🚀 Changed it up so you can use the gradient version by default 😎 Turn off the gradient for the first highlight if you want to adjust the colors ✨ Or... You could lift the code and start hacking away!

Stop wasting time reading 50 page documents. This AI tool is like ChatGPT for reading faster. Just upload any PDF and ask a question. It will give you an answer with page citations in seconds. Try it for free.

This one deffo going in the snippets bank 👌🏼🎉

Now try safari

It's working but I think there's a bug in Safari when you set an explicit line-height: 1 🥲 Setting that works in both Firefox and Chrome but not Safari 🤦♂️ Unless I'm missing something obvious

nice

It looks awesome ✨

How to build geometric/grid backgrounds like nuxt, ui nuxt website.

This is very useful! Bookmarked for a later theft. 👀

how is this settings menu library called, i've seen it a million times but I never asked how it's called

Hello, they! Been a fan of your work and content for a few years now. I used to work with full but basic css, and your posts for me wondering if css variables need an extension to work, or I can just start implementing?
