H4kor / owl-css

Minimal style sheet(s) for my blog software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

owl-css

This is a WIP, minimal style sheet for my blog software.

This design is heavily inspired by PicoCSS, 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

About

Minimal style sheet(s) for my blog software


Languages

Language:HTML 61.7%Language:CSS 38.3%