Indent the CSS properties from the selector (tag, class, id) to which they apply
Specify one CSS property per line
A selector should appear at most one time in the css; thus one does not write
body {
color: blue;
}
body { background-color : yellow;}
Instead one write
body {
color:blue;
background-color: yellow:
}
However, using a given selector at several points in the CSS for contextual/descendant purposes is fine.
Create a zipped copy of the pacificCh5YourName directory, as follows
Right-click the directory, and select send to > compressed (zipped) directory. Windows may ask if you want to save the zipped directory to the desktop; that is fine.
You should end up with a compressed (zipped) directory called pacificCh5YourName.zip.
Do NOT use a compression program other than zip. I will not be able to open it.
you must submit a .zip file. Do not submit an RAR file; I cannot open it.
Please use the computer lab, CT 122, if your home laptop does not have the programs needed to do this assignment.
Submit the pacificCh5YourName.zip file in Blackboard.