style.css 247 B

12345678910111213141516
  1. body {
  2. text-align: center;
  3. background: #e4e5e6;
  4. font-family: sans-serif;
  5. font-weight: 100;
  6. }
  7. .deadline-message{
  8. display: none;
  9. }
  10. .visible{
  11. display: block;
  12. color: red;
  13. font-size: 24px;
  14. font-style: italic;
  15. }