https://github.com/zipcodecore/css-beginnings
https://github.com/zipcodecore/css-beginnings
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zipcodecore/css-beginnings
- Owner: ZipCodeCore
- License: mit
- Created: 2022-08-26T14:42:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T15:25:56.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T12:41:29.973Z (12 months ago)
- Language: HTML
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)
