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.

Continue reading →

Circle progress bar with pure CSS and HTML

Progress bars are widely used on websites to highlight specific data in a more appealing way for users. One benefit of using a circle progress bar over a regular (horizontal) progress bar is that you can fit more progress bars in one row, thus displaying more data to the user.

Continue reading →