HTML Selects Are Actually Styleable Now
Learn how to take full control of <select> styling using CSS.

Search for a command to run...
Articles tagged with #web-development
Learn how to take full control of <select> styling using CSS.

Animations are a powerful tool to enhance user experience, and when it comes to creating animations in React, Framer Motion is a popular library of choice. In this blog post, we'll explore 5 cool animations you can create in React using Framer Motion...

In this post we will discuss a key aspect of CSS selectors: Specificity and Priority. We will also look at a bunch of examples to understand the concept of Specificity. Check out this post on my blog. What is Specificity? Specificity refers to the...

Have you ever heard of the lobotomized owl selector in CSS? Despite being a lesser-known selector, it can sometimes prove to be a useful tool in web development. Let's discuss this selector in depth. Read this article on my blog Understanding the ...

In this post we will be learning how to create active links using React Router V6.4 . Check out this post on my blog too! Active links are commonly used in navigation bars to indicate the user's current page. React Router V6.4 introduces a new and...

A 404 page can be incredibly useful in improving user experience. It is displayed when a user tries to access a page that does not exist on a website. In this article, we will explore two ways to implement a 404 page using React Router V6 in our Reac...
