An open API service indexing awesome lists of open source software.

https://github.com/zipcodecore/css-beginnings


https://github.com/zipcodecore/css-beginnings

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# CSS (SeeEssEss) Beginnings

This repo is aimed at showing how basic HTML can be styled simply and easily for ZipCode projects.

in a terminal, at the top of this repo, run

```
python3 -m http.server 9000
```

This will run a ver simple web server with the document root in the top level repo directory.

then click on [http://localhost:9000/](http://localhost:9000/)

![What you should see at localhost:9000](./simplestyling.png)