My.css 187 B

1234567891011
  1. .btn {
  2. position: fixed;
  3. bottom: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 60px;
  7. text-align: center;
  8. line-height: 60px;
  9. background-color: #000;
  10. color: #087EA4;
  11. }