Advertisement
wclendining

HTML-Footer

Mar 15th, 2015
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.54 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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement