What is a CSS structure?

Can someone tell me about CSS frameworksand how to use them?

+3
source share
7 answers

CSS frameworks are just CSS files. They provide pre-written CSS that you apply to your HTML using class names defined by the wireframe in its CSS file.

  • Some structures focus on one specific task, for example. page layout. 960.gs is a good example of this.
  • Some frameworks are more extensive and include pre-written CSS for typography, layout layout, print styles, etc. Blueprint is a good example of this.

Some frameworks also include reset styles, which tend to reset all styles for all HTML elements to very neutral defaults. They are automatically applied to all HTML elements, so you do not add classes to your HTML to apply them. Many of them are based on Eric Meyers CSS reset .

+4
source

From Wikipedia :

CSS - , , - . , CSS .css-, HTML. -. , " " CSS, , - . [29]

+8

CSS :

  • reset. , , - - .

  • . , . , .

  • Design. , , ( ..), .

+3

, - .

, YUI Grid ( , ) - Blueprint ( , , , ).

, YUI CSS Reset YUI Typography !

+1

CSS framework - "" Mark-Up (HTML ..).

: http://www.blueprintcss.org/

0

, , - . , ( ), , .

0

Source: https://habr.com/ru/post/1772824/


All Articles