© 2026 Hashnode
If you’ve been using tailwind for a while, centering a div is easy. There are two easy ways to center a div: grid place-items-center and flex items-center justify-center. But do you actually know when to use one over the other? Takeaway: "centering O...

Modern web design loves color — and gradients are one of the easiest ways to make interfaces feel alive. But writing gradient CSS by hand can be fiddly. In this guide I'll show you how to create beautiful gradients quickly using the free CSS Gradient...

You already know the basics of HTML and CSS. You've built a few layouts, but when it comes to creating a complex, production-ready component like a dashboard, you might still be reaching for a framework or fighting with floats and display: block. It'...

Whenever I was working on a website, everything looked fine on my own screen. But the moment I showed it on a colleague’s computer or opened it on another device, the design completely broke 😅. At that time, I didn’t know anything about responsive d...
