10個輕量級、小型的CSS框架CSS框架
1. 1 line CSS Grid Framework
This is the challenge of writing entire CSS layout system with one line CSS class.
Source
2. Tiny Fluid Grid
Tiny Fluid Grid ships with an index.html with demo code, and the grid.css containing the CSS for the grid you created.
Source
3. The 1KB CSS Grid
A simple, lightweight approach that doesn’t require a PhD.
Source
4. SenCSs
Stands for Sensible Standards CSS baseline, (pronounced “sense”). It supplies sensible styling for all repetitive parts of your CSS, and doesn’t force a lay-out system on you.
Source
5. FEM CSS Framework
A fixed layout, based on the 960.gs, but with a twist in its philosophy to make it more flexible and faster to play with boxes. It has only a 12 column grid, with the columns having 10px margin on each side, making a 20px gutter – giving some breathe between boxes.
Source
6. Elastic CSS Framework
A simple CSS frameworks, based on the printed layout techniques of 4 columns but with the capability to offer unlimited column combinations and capacity to make elastic, fixed or liquid layouts easily.
Source
7. Baseline
Built with typographic standards in mind, Baseline makes it very easy to develop a website with a pleasing grid and good typography.
Source
8. Atatonic CSS Framework
Works just like any other grid system, but with only about 10 lines of CSS and has its main focus on typography. The idea behind this project is to provide a solid, yet minimal, base to start every development project.
Source
9. The Square Grid
A simple CSS framework based on 35 equal-width columns. You can use the grid in a variety of columns: 18, 12, 9, 6, 4, 3, 2, with the total width of the grid is 994px – which the majority of modern monitors will support.
Source
10. Less Framework 3
Has been built so that you design your default layout as normal, and then all additional layouts using inline media queries.
Source