Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.47 KB

File metadata and controls

51 lines (37 loc) · 1.47 KB

github.css

License: MIT Minified Size

Usage:

<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.

Features

  • 🎨 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

Quick Start

<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>

Why use github.css?

✔️ 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

Components Included

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

License

MIT © [Kiwinatra]