<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kiwinatra/github.css/github.min.css">
A minimal CSS library that mimics GitHub's clean interface styling. Perfect for creating GitHub-like documentation, dashboards, or admin panels.
- 🎨 GitHub's signature typography and colors
- 🧩 Ready-to-use components (buttons, alerts, navs)
- 📦 Lightweight (only 2.5KB minified)
- 🔌 Zero JavaScript - pure CSS only
- 📱 Responsive design
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/yourusername/github.css/github.min.css">
<div class="github-min">
<!-- Your GitHub-styled content here -->
<button class="btn btn-primary">Click me</button>
</div>
✔️ Consistent styling - Match GitHub's UI without reverse-engineering ✔️ Time-saving - Skip writing CSS from scratch ✔️ Familiar interface - Users instantly recognize GitHub's patterns ✔️ Extensible - Easy to customize with your own colors/themes
Typography (headings, code blocks, blockquotes)
#Buttons (primary, outline styles)
#Alert messages (success, warning, error)
#Navigation tabs and breadcrumbs
#Box containers with header/body/footer
#GitHub-like header styling
MIT © [Kiwinatra]