Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. p {
  2. font-size: 1.9em;
  3. color: #333;
  4. }
  5.  
  6. ruby {
  7. position: relative;
  8. margin-right: 0.3em;
  9. }
  10.  
  11. rt {
  12. position: absolute;
  13. color: #555;
  14. display: block;
  15. right: -0.4em;
  16. width: 0.5em;
  17. top: 0.5em;
  18. line-height: .9em;
  19. text-align: center;
  20. font-size: 0.4em;
  21. transition: all .2s ease;
  22. font-weight: 900;
  23. }
  24.  
  25. ruby:hover rt {
  26. color: #333;
  27. }
  28.  
  29. rt span {
  30. display: block;
  31. position: absolute;
  32. font-size: 1.2em;
  33. top: 40%;
  34. right: -0.6em;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement