term.css
A minimal, classless CSS framework with terminal aesthetics. Write semantic HTML. Get a styled page.
Quick Start
npm install term.css@import "term.css";Features
- Classless - styles every HTML element, no classes needed
- Terminal aesthetic - monospace, dark-first, terminal-inspired
- Themeable - 10 CSS variables, composable theme files
- Accessible - WCAG 2.1 AA, focus rings, reduced motion
- Tiny - single CSS file, no JavaScript
- Responsive - works on all screen sizes
- Dark & Light - auto-detects, or set manually
Themes
Ships with a default theme plus 12 popular schemes. Browse all themes or create your own from a single hue value.
@import "term.css";@import "term.css/themes/dracula.min.css";