Advertisement
Guest User

Untitled

a guest
May 27th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. /**
  2. * HSL clock
  3. */
  4.  
  5. height: 100%;
  6. font: bold 5em/1 Helvetica Neue, sans-serif;
  7. display: flex;
  8. text-align: right;
  9. align-items: center;
  10. justify-content: center;
  11. margin-top: -.1em;
  12. transition: .1s background;
  13. color: white;
  14. text-shadow: 0 0 1px black, 0 0 2px black, 0 0 2px black, 1px 1px black;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement