Skip to content

caraya/css-vis

Repository files navigation

css-vis: visualizing css properties

This project uses D3 Data Visualization Library to illustrate available CSS properties as documented in the Web Platform Documentation Project.

You can see the resulting visualization on my labs page

Running the examples

Once you have donwnloaded the examples you can move them to a local web server such as MAMP or XAMP.

If you have pythoon installed you can run the built in web server. If you're using Python 2 run the following command

python -m SimpleHTTPServer 8000

If you're using Python 3, use:

python -m http.server 8000