Skip to content

FabriceSalvaire/css-demo

Repository files navigation

This repository contains a static web site to demonstrate various CSS settings like typography and colours.

This demo follows good design practices like colour contrast.

This work is licensed under CC by-nc-na license.

How to build from scratch

It requires Python3 and the Jinja2 template engine as well as a standard web development stack (NodeJS, Bower). Thus it requires some knowledges on Python and web tools.

To install Jinja2, run basically:

pip install jinja2

Best it is to look for Python Virtual Environment or a package if your are using Linux.

First install NPM packages:

npm install

and Bower packages:

bower install

then run Gulp to generate the site and open it in your browser:

gulp

About

HTML pages to test various CSS settings and based on Bootstrap, Jinja2, SASS and Gulp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published