reset.css - contains tags that reset all margins, padding, font size
etc. to give you a browser independent starting point
layout.css - contains only layout related attributes (margins, padding etc.)
typography.css - contains only font related attributes (font, size, text
alignment etc.)
graphics.css - contains only colors and graphics (background, borders,
colors etc.)
doctypespecific.css - contains specific styling for one or more
documentTypes.
style.css is basically the file that call it all:
@import reset.css
@import layout.css
@import typography.css
@import graphics.css
| Name | Value |
|---|---|
| Category | None |