This repository contains 100 reusable CSS snippets covering layout, typography, UI components, animations, responsiveness, accessibility, and modern CSS techniques.
css-100-snippets/
├─ snippets/
│ ├─ 001-snippet.css
│ ├─ 002-snippet.css
│ ├─ ...
│ └─ 100-snippet.css
└─ README.md
- Copy individual snippet files into your project
- Or combine them into a single stylesheet
- All snippets are framework-agnostic and work with plain HTML
- Layout (Flexbox, Grid)
- Responsive design
- Typography
- Buttons and UI components
- Animations and transitions
- Accessibility helpers
- Modern CSS features
Created by Laurence “Lars” Svekis