README
Love CSS Framework
Install
First you need to have NPM (node package manager). Just install node.js for this at https://nodejs.org/en/.
With NPM
npm install lovecss --save
With Github / Git
Install GIT version control at https://git-scm.com/download. Open git bash or terminal. Navigate into your project. Then paste git clone https://github.com/Code-with-Luca/love.git
. This will clone this reposotory in your folder
Getting started
If used NPM
Add this file structure to your root folder. You will find the file structure in the folder 'node modules'. After adding it just copy this code in to your html page
<link rel="stylesheet" href="love/style.css">
If used git
just copy this code in to your html page
<link rel="stylesheet" href="love/style.css">
Description
CSS framework for building fast and good lokking websites.
What does it do
It helps you develop fast and responsive websites from scratch, without using custom css.
Features
- Responsive
- Fast
- Easy to use
- Customizeble