Getting started

Instalation

To get started with LightKit, download the framework, using the button below.

Unzip the folder and put in your project directory.

directory

Copy-paste the LightKit stylesheet link into your HTML file after Normalize stylesheet.

<link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/lt-style.css">

Plese, take a look at an example of a starter template.

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Hello, world!</title> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/lt-style.css"> </head> <body> -------Your content here!------ </body> </html>