Advertisement
wclendining

footer.phpAlone

Mar 15th, 2015
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.55 KB | None | 0 0
  1.    <footer>
  2.       <div class="TopRow">
  3.          <div class="LeftSide">
  4.             The left, top footer
  5.          </div> <!-- end of the left top -->
  6.          <div class="RightSide">
  7.             The right, top footer
  8.          </div> <!-- end of the right top -->
  9.          <div class="Centre">
  10.             The centre, top footer
  11.          </div> <!-- end of the centre top -->
  12.       </div> <!-- end of the top -->
  13.       <div class="BottomRow">
  14.          <cite>This is the footer</cite>
  15.       </div> <!-- end of the bottom -->
  16.    </footer>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement