.footer-container class

img

Screen footer. By default, the footer contains the link to the registration page.

The following illustrations show:

  1. The #footer-container style before applying CSS changes.

  2. The #footer-container style after the background-color property has been changed to red.

Default CSSModified CSS
imgimg
.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 />}