Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

timer.css 342B

1234567891011121314151617181920212223242526
  1. body {
  2. font-size: 1em;
  3. color: #2F2F2F;
  4. }
  5. .current_element {
  6. color: black;
  7. text-decoration: underline;
  8. }
  9. #rest_time {
  10. font-size: 1.25em;
  11. color: black;
  12. font-weight: bold;
  13. }
  14. input {
  15. font-size: 1.1em;
  16. border-radius: .5em;
  17. border: 1px dotted;
  18. width: 6em;
  19. }
  20. #element_title {
  21. font-weight: bold;
  22. }