Skip to content

Lightweight CSS library that replicates GitHub's UI styling - buttons, alerts, tabs, and typography. Perfect for docs, dashboards, and admin panels. Pure CSS, no JS. 2.5KB minified.

License

Notifications You must be signed in to change notification settings

kiwinatra/github.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Lightweight CSS library that replicates GitHub's UI styling - buttons, alerts, tabs, and typography. Perfect for docs, dashboards, and admin panels. Pure CSS, no JS. 2.5KB minified.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages