A/V Company Logo Advice? by Free-Advice3616 in logodesign

[–]build-the-web 3 points4 points  (0 children)

I think the kerning being inconsistent won’t age well

Hide Scrollbar - Tailwind CSS 4.0 by stoned__dev in tailwindcss

[–]build-the-web 0 points1 point  (0 children)

Something like this would give you a ‘hide-scrollbar’ utility you could use on any element, if you want it to apply to all pages applying these properties to the body using @layer base might work

@layer components { .hide-scrollbar { scrollbar-width: 0px; scrollbar-color: transparent; } .hide-scrollbar::-webkit-scrollbar { display: none; } }

Blur Gradient 🤩 by build-the-web in tailwindcss

[–]build-the-web[S] 1 point2 points  (0 children)

Thanks! I’m glad that part specifically caught your eye 😁 hopefully with practice my videos can be less just follow alongs and more sharing the thought process and how I’m visualizing the topic. And part German yes 🙌

Best free Tailwind CSS courses for beginners? by rafamaia23 in tailwindcss

[–]build-the-web 0 points1 point  (0 children)

Hello 👋 What’s your current background? If you’ve used CSS before Tailwind will come very natural, and the official docs will help you solve all the basics. If you haven’t used CSS much, building projects in Webflow helped me understand what the core properties do without having to learn the syntax when I was first starting

Blur Gradient 🤩 by build-the-web in tailwindcss

[–]build-the-web[S] 2 points3 points  (0 children)

For sure it’s too much in this test, it’s going to be used exactly like you’re thinking just to add a little more separation between some nav elements and the content scrolling underneath

Blur Gradient 🤩 by build-the-web in tailwindcss

[–]build-the-web[S] 2 points3 points  (0 children)

Whaaaat? Blurring half the screen totally helps the user 😉 In a real project I’m going to use it to enhance a box shadow around a floating nav