CSS Endline
The endline section is very small. This section or class defines how the text, and other content, is displayed at the end of the web pages. Since this section is considered a class the rules start at the "<div class="endline"> tag and ends with the </div> tag.
The rules for the endline are as follows:
| .endline { font-size: x-small; text-align: center; } |
These rules simply state that the font is extra small in comparison to the font in the "body" section of the cascading style sheet, and all of the text should be centered on the section of the page.
Make any changes you like to the endline rules. Don't forget to save the file before you upload it to the web server. Once the file is uploaded, scroll down to the bottom of the page to see you work.

