Set-up Shadcn UI in Next JS

There are 100s of UI Libraries like Material UI, Chakra UI, Bootstrap, etc. while using these libraries we have to Install whole library and only then we can…

Sticky Navbar on Scroll with HTML CSS JS

You must have seen a secondary Navbar on websites that stick to the top when you scroll. These Navabars are getting popular nowadays if you also want to…

How To Use Tailwind CSS in Simple HTML projects

Tailwind is Utility First CSS Library used for rapidly developing web applications, it eliminates the need of writing pure CSS and has a utility class for almost every…

React Headroom Tutorend

Sticky/ Dynamic Navbar by Using react-headroom

You must have seen Navbars on some websites that hide and show when you scroll a little bit, that’s called Sticky or Dynamic Navbar. You can implement this…

10 Games To Learn CSS

Learning CSS can be very challenging because the journey to master CSS is very long and time-consuming, there are no shortcuts but still, we can make this journey…

Placeholder Images For Your Website using Picsum

When we are developing or designing our website, we may need to find some placeholder images to put on our website until the actual image is ready. There…