Installation of Pure CSS
Pure CSS can be installed in a number of ways, including via a CDN link or by downloading the source files.
Use
To use Pure CSS, simply link to it in the head of your HTML document like so:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/1.0.0/pure-min.css">
Alternatively, you can download the source files from the Pure CSS website and link to them locally.
Advantage
One of the main advantages of using a CDN link is that it requires no local storage on your computer, making it easy to use on multiple projects without taking up valuable storage space. It also allows for faster loading times since the file is hosted on a server that is designed to deliver files quickly.
On the other hand, downloading the source files allows you to customize and modify the code as needed, giving you more control over the final product.