CSS Frameworks
By : saikiran - Designholik
A framework is a basic conceptual structure which you can use as a “scratch†for your web-projects. For instance, instead of defining global reset, consistent baseline, typographic rules or basic styles for forms over and over again — every time you work on a new project — you can prepare a default-style once and reuse it in all your future projects. This is what you call a CSS Framework. Major Advantages of CSS Frameworks
- Increase productivity.
- Cross Bowser Compatibility
- Clean, Well structured easy to maintain code base.
- Takes time to understand the CSS framework.
- You might inherit someone’s bugs or mistakes.
- You get a bloated source code.
- reset.css , CSS reset for default browser styles
- print.css , A stylesheet for printing
- typography.css, For basic typographic rules,
- grid.css , For grid-based layouts or
- form.css for basic form styling
- Blue Print also provides psd file for basic understanding of grid based layout.
- reset.css , CSS reset for default browser styles
- fonts.css, For basic typographic rules,
- grid.css , For grid-based layouts or
Related Posts
Can we help you build amazing apps? Contact us today.
nice one..