W3C
 previous contents
 change style

Styles in CSS - import


Combine style sheets with @import.

Example:

@import "base.css";
@import "colors.css";

P { margin: 1em 2em }
EM { border: thin solid }

Bert Bos

9 of 10