To install the Pure CSS framework it is very simple, all you have to do is insert the link tag for the
framework into your HTML document, just like Bootstrap. There are many different links for Pure CSS,
but it does not matter which one you would like to use, as they all have different aspects to offer. The
link you choose is totally up to you.
The tag links included in this HTML document are (excluding my personal stylesheet):
- https://cdn.jsdelivr.net/npm/purecss@3.0.0/build/pure-min.css
- https://unpkg.com/purecss@2.0.6/build/base-min.css
- https://unpkg.com/purecss@2.0.6/build/grids-min.css
- https://unpkg.com/purecss@2.0.6/build/grids-responsive-min.css
Once you have included the CSS link or links to your page, you are able to use all the different classes,
elements and grids Pure CSS has to offer, to start to make your website look more appealing and responsive.