Installation
There are 5 ways to get started with IT Projects CSS framework in your projects. You can either install manually, from CDN or use package managers.
Install manually
Download the compiled and minified IT Projects CSS file (core ~10KB min+gzip):
Include itprojects.css
located in /dist in your website or Web app
itprojects-icons.css
and itprojects-exp.css
accordingly.
<link rel="stylesheet" href="itprojects.min.css">
<link rel="stylesheet" href="itprojects-exp.min.css">
<link rel="stylesheet" href="itprojects-icons.min.css">
Install from CDN
Alternatively, you can use the unpkg or cdnjs CDN to load compiled IT Projects
<link rel="stylesheet" href="https://unpkg.com/itprojects.css/dist/itprojects.min.css">
<link rel="stylesheet" href="https://unpkg.com/itprojects.css/dist/itprojects-exp.min.css">
<link rel="stylesheet" href="https://unpkg.com/itprojects.css/dist/itprojects-icons.min.css">
Install with NPM
npm install itprojects.css --save
Install with Yarn
yarn add itprojects.css
Install from Bower
bower install itprojects.css --save