#content-container class.
Essentially, the container that holds all the content except for the header.
The following illustrations show:Ā
-
The #content-containerĀ style before applying CSS changes.
-
The #content-containerĀ style after the borderĀ property has been changed toĀ aĀ 10-point solid green line.
| Default CSS | Modified CSS |
|---|---|
![]() #content-container {<br/> padding: 25px 0 0 0; <br/>} | ![]() #content-container {<br/> padding: 25px 0 0 0; <br/> border: 10px solid green; <br/>} |
Updated 16 days ago


