Simple star rating with pure CSS

A star rating is a great way to highlight user satisfaction with a product or a service. You can implement a simple star rating using only CSS, without additional assets like images, fonts, or SVGs.

Read More

How to copy CSS from a website (without any tools)

As a developer, you might need to copy certain CSS rules from a website. There are a number of ways to do this, depending on your needs. In this article, I’ll show you how to copy CSS from a website using four different approaches without the need for any additional tools or extensions.

Read More