https://github.com/cdaringe/pragamatic-html-boilerplate
HTML + CSS boilerplate that meets the needs of easily 95% of my fresh silly pages
https://github.com/cdaringe/pragamatic-html-boilerplate
boilerplate css header html nav responsive
Last synced: 12 months ago
JSON representation
HTML + CSS boilerplate that meets the needs of easily 95% of my fresh silly pages
- Host: GitHub
- URL: https://github.com/cdaringe/pragamatic-html-boilerplate
- Owner: cdaringe
- Created: 2024-01-07T22:14:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T08:49:51.000Z (almost 2 years ago)
- Last Synced: 2025-06-16T13:02:51.440Z (12 months ago)
- Topics: boilerplate, css, header, html, nav, responsive
- Language: CSS
- Homepage: https://cdaringe.github.io/pragamatic-html-boilerplate/
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pragmatic-html-boilerplate
[demo site](https://cdaringe.github.io/pragamatic-html-boilerplate/).
Tired of making the same crappy HTML + CSS for every page.
Give a working recipe of **efficient HTML and CSS** for a page(s) with:
- header
- (optional) title
- (optional) search
- (optional) avatar
- (optional) responsive nav
- body
- footer
- max page width
I change my tech stack every 10 days. The HTML and CSS should have a sane, stable target.
## Usage
- `pnpm install`
- `pnpm start`
## What are the guts of the implementation?
- HTML
- [tailwindcss](https://tailwindcss.com/), but delivered via the handy [unocss](https://unocss.dev/guide/) compiler, so we get _just_ what you need.
- **More styles would need a unique unocss or tailwindcss setup**.
- CSS reset