#content-container class.

Essentially, the container that holds all the content except for the header.

The following illustrations show:Ā 

  1. The #content-containerĀ style before applying CSS changes.

  2. The #content-containerĀ style after the borderĀ property has been changed toĀ aĀ 10-point solid green line.

Default CSSModified CSS


#content-container {<br/> padding: 25px 0 0 0; <br/>}


#content-container {<br/> padding: 25px 0 0 0; <br/> border: 10px solid green; <br/>}