.footer-container class
Screen footer. By default, the footer contains the link to the registration page.
The following illustrations show:
-
The #footer-container style before applying CSS changes.
-
The #footer-container style after the background-color property has been changed to red.
| Default CSS | Modified CSS |
|---|---|
![]() | ![]() |
| .footer-container {<br /> padding:25px;<br /> border-top: 1px solid #f2f2f2;<br /> text-align: center;<br />} | .footer-container {<br /> padding:25px;<br /> border-top: 1px solid #f2f2f2;<br /> text-align: center;<br /> background-color: red;<br />} |
Updated 19 days ago


