Pure is very easy to implement and execute in a webpage just like any other framework. There are two ways to use Pure CSS :
<link>
tag.CDN
(Content Delivery Network. It is always recommended to use CDN because you don't have to worry about including the updated
version of the Pure.CSS library, it will do it by itself.You have to download the latest version of pure.css file on your system from here: Pure.CSS. After downloading the file, extract it.
The next step is to place the downloaded 'pure-min.css'
(you will find it in the extracted folder) file into the directory
of your website. After that, just use the <link>
tag to add that file in your webpage and start using the benefits of Pure. Have a look at the example below to understand the implementation.
First Column
Second Column
Third Column
The CDN path is also implemented through <link>
tag only. By using CDN path, the Pure's library included in the webpage will always be the latest one.
First Column
Second Column
Third Column
Follow Us: