Navigational Map Nav Reference 4.1 

4.1 Commenting in the CSS

A comment in the CSS is started with /* and ends with */.

The comments are not run as code, and are ignored in the functioning of the CSS.

At the top of the basic.css, place a comment describing the CSS:

/*
  basic.css

  color scheme: 
    body background => #FFFFFF   
    left menu background => #000000
    main division background => #CCFFFF
    text color => #000000
    nav-links background => #FFFFCC
*/

<-- Previous Page - Nav Map - Next Page -->