Style a simple website or prototype quickly using plain HTML without writing custom CSS classes.
Add light and dark mode support to a static site with no extra JavaScript.
Use built-in components like cards, modals, accordions, and forms without a heavier CSS framework.
| anyblades/pico | yangdada863/aimy-sikll | yildizdikme/3d-threejs-spiral-gallery | |
|---|---|---|---|
| Stars | 16 | 16 | 16 |
| Language | CSS | CSS | CSS |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Link the stylesheet in an HTML page, no build step or JavaScript required.
This is a community maintained fork of the Pico CSS framework, a minimalist CSS stylesheet that makes plain HTML look clean and well designed without requiring JavaScript or complex class names. The goal is simple: write standard HTML, link to Pico, and your page immediately gets sensible typography, responsive layouts, attractive form elements, and light and dark mode support, all without adding CSS classes to every element. Unlike many CSS frameworks that require class names on every HTML tag, this one is described as class light and semantic, meaning it styles standard HTML elements directly. A plain button tag gets styled automatically, and a form element is responsive by default. The fork exists to keep Pico actively maintained while its original creator is unavailable. It focuses on the plain CSS version rather than a preprocessor based build, fixes known bugs from the original project, and ships new features separately under a file called pico.blades.css, a drop in compatible replacement that adds capabilities without breaking existing users of pico.css. Built in components cover the common needs of small to medium web projects: navigation menus, cards, dropdowns, accordions, modals, progress bars, tooltips, and form inputs including checkboxes, radio buttons, switches, and range sliders. Layout tools include a grid system, responsive containers, and text columns. This is best suited for developers who want a clean, opinionated visual baseline for simple websites or prototypes without pulling in a heavy design framework. The primary language is CSS. The full README is longer than what was shown.
Pico is a community-maintained, classless CSS framework that styles plain semantic HTML automatically, with light and dark mode support built in.
Mainly CSS. The stack also includes CSS.
Open source and free to use in personal or commercial projects, following the original Pico CSS license terms.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.