_footer.scss 212 B

123456789101112
  1. #footer {
  2. position: fixed;
  3. left: 0;
  4. bottom: 0;
  5. width: 100%;
  6. background-color: #3c5a96;
  7. color: white;
  8. text-align: left;
  9. font-size: 10pt;
  10. font-weight: bold;
  11. padding: 1px;
  12. }