YAML, one of CSS frameworks
We are familiar with js frameworks, such as prototype and jQuery. In fact, XHTML + CSS also has a framework. The most famous one is YUI, which is developed by the yahoo development team. But it is a little large and involves some JS frameworks. So it may be a little tired at the beginning of the study. This yaml is simple. It may be because the framework is still very simple in the early stages of development and there are not many things. If you are interested in the XHMTL + CSS framework, you can check it out. In China, it seems that no friend is doing this. If you are interested, you may be the ancestor of the Chinese CSS framework. Haha ..
Web site: http://www.yaml.de/en/ contains the source code, development documentation and some use of this framework to build page instances.
CSS framework II blueprintcss
Features:
- An easily customizable Grid
- Sensible typography
- Relative font-sizes everywhere
- A typographic baseline
- An extendable plugin system
- Perfected CSS Reset
- A stylesheet for Printing
- Compressed version
- No bloat of any kind
CSS framework 3 Elements
1. What is Elements?
Elements is a pure CSS framework that helps designers quickly and efficiently write css documents. You can understand it as a set of templates that contain the css classes required by most websites. He is very small and only has four files. A total of less than 6 kb.
2. What are the purposes of these four files?
Elements.css summarizes common css classes in site css.
Reset presets some common html tags. For example, html, body, div, span, applet, h1, h2, p, h4, h5, h6.
Presets of common labels for Typography Text Formatting. Such as body, ul, ol, dl, td, th, caption, pre, p, blockquote, input, textarea, etc.
External Links presets Links in various document forms. Someone has proposed this item for a long time.
3. How to Use the Elements CSS framework?
<LINK rel = "stylesheet" type = "text/CSS" href = "/CSS/elements/elementsimport.css"/>
You can upload 5 CSS files to your images. elementsimp.css only imports the other four CSS files.
@ Import "reset.css ";
@ Import "typography.css ";
@ Import "elements.css ";
@ Import "externallinks.css ";
The elements framework may not be suitable for website development, but we can find a good architecture. If you often deal with CSS, whether you are working on an enterprise site or portal site, sort out your previous documents and develop your own css framework based on your needs, it will greatly improve your development efficiency.
Three CSS frameworks: YAML + Blueprintcss + Elements
Source: http://Jorkin.Reallydo.Com/default.asp? Id = 494