ANalbert nahasinleandine.hashnode.devAnimating SVG Icons with CSS and Framer MotionSVG icons are everywhere in modern web interfaces, but too often they’re static, missing an opportunity to inject personality and feedback into your UI. Thoughtfully animated SVG icons can guide users, reinforce actions, and add delight — all while k...26m ago·6 min read
MMadzainmadza.hashnode.dev8 Exciting Developer Tools for Building and Shipping Faster 🧑💻⚡️As developers, we are always trying to find the best ways to optimize our workflows. The right tools can completely change the way we work, as they can make complicated tasks simple. However, there is1d ago·6 min read
VSVishal Sharmainblackwind.hashnode.devStop Struggling with Web Layouts! How CSS Grid Changed the Game for Me on Day 18 Hey everyone, Vishal here! If you’ve ever found yourself fighting with floats, battling absolute positioning, or writing endless media queries just to get a decent web layout, you are going to love to1d ago·5 min read
VSVishal Sharmainblackwind.hashnode.devDay 17/100: Mastering CSS Grid, Nth-Child Magic, and Text Illusions 🎨🚀Welcome back to Day 17 of my #100DaysOfCode journey! If you spend enough time writing CSS, you stop feeling like a developer and start feeling a bit like a magician. Today was one of those days. I dov2d ago·4 min read
GGouravingouravakajojo.hashnode.devCSS Has Won: 10 Things You No Longer Need JavaScript For in 2026There's a quiet revolution happening and nobody's writing angry tweets about it. While the JavaScript ecosystem spent the last two years arguing about React Server Components, Bun vs Deno, and whether3d ago·9 min read
VSVishal Sharmainblackwind.hashnode.devDay 16: Leveling Up My CSS—Hover Effects, Scaling, & Building a Pokémon Grid! 🚀Welcome back to Day 16 of my #100DaysOfCode journey! If you’re diving into full-stack development like I am, you quickly realize that HTML is just the skeleton. CSS is the magic that gives your webpag5d ago·4 min read
MAMinsu Agrahariinminsu-agrahari-dev.hashnode.devCSS Selectors 101: The Web StylistWhy CSS selectors are neededFeb 19·1 min read
HSHarshit Soniinhtml-css-harshit.hashnode.devT1: 29 Jan 2026 (HTML & CSS)The Box Model When rendering an HTML document, the browser puts each element inside a box. The box contains four areas: the content area, the padding area, the border area, and the margin area. Padd6d ago·4 min read
GGulshaningzamann.hashnode.devDesign System with CSSQuick Summary If you have set out on using a design system for your website without the help of any popular framework or library but just pure CSS, then you've come to the right place. This is still relevant if you're using any javascript framework, ...Feb 18·3 min read
ARAyush Rajputinreact-next.hashnode.devReactJS and NextJS ComparisonInstallation Setup //ReactJS npm create vite@latest //NextJS npx create-next-app@latest my-next-app Tailwind //ReactJS Install Tailwind from react-vite tailwind doc on tailwind site //NextJS Already BuiltIn Routing //ReactJS npm i react-router-do...Feb 18·5 min read