Guest User

Untitled

a guest
Jul 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. /* Можно стилизовать элементы по отдельности как нравится */
  2. .timer { font-size: 18pt; font-family: sans-serif; }
  3. .timer #days { color: blue; }
  4. .timer #hours { color: red; }
  5. .timer #minutes { color: green; }
  6. .timer #seconds { color: orange; }
Add Comment
Please, Sign In to add comment