Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 950 Bytes

File metadata and controls

27 lines (18 loc) · 950 Bytes

shade.css

A minimal, classless CSS framework for clean, accessible web design. Just works with plain HTML.

shade.css demo License File Size GZIP Size

Features

  • Classless - Works with semantic HTML, no classes to learn
  • Lightweight - Minified core is only 5.7KB (2.1KB gzipped)
  • Responsive - Mobile-first design that works on all devices
  • Themeable - Easy customization with CSS variables
  • Modern - Uses CSS custom properties and modern techniques

Demo

Check out the live demo to see shade.css in action.

Quick Start

Add shade.css to your HTML document's <head>:

<link rel="stylesheet" href="https://shade-css.pages.dev/style.min.css">