960.gs - What is purpose of reset.css & text.css in 960 Grid CSS? -


i'm newbie 960 grid css & found in tutorial's need use reset.css & text.css

can explain actual purpose of these 2 files?

eric meyer's css reset (http://meyerweb.com/eric/tools/css/reset/)is popular example, , 1 use religiously. @jared points out, "overrides browser's typical style behavior". should mean (as me) regardless of browser, of input fields have same margin, padding, borders, etc. of <p> tags have behave same - they've been "reset" take on no default style based on browser rendering page....i have tell how look, behave, etc.

i have no idea text.css - unless that's separate css file of @font-face usage, (and recommend anyone).

hth


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -