Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h4kor/owl-css
Minimal style sheet(s) for my blog software
https://github.com/h4kor/owl-css
Last synced: about 2 months ago
JSON representation
Minimal style sheet(s) for my blog software
- Host: GitHub
- URL: https://github.com/h4kor/owl-css
- Owner: H4kor
- Created: 2024-05-10T19:04:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T18:57:17.000Z (5 months ago)
- Last Synced: 2024-07-30T23:13:45.308Z (5 months ago)
- Language: HTML
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# owl-css
This is a WIP, minimal style sheet for my blog software.This design is heavily inspired by [PicoCSS](https://picocss.com), the CSS framework I used previously.
## Design Decisions
- Only use css classes where pure HTML is not possible.
- No pre-processor or compilation. Pure CSS
- TODO: split stylesheet into base and "extensions". Extensions should serve special purposes, not required by all websites (e.g. the header).## Devlopment
```
python3 -m http.server 8000
```Open http://localhost:8000