Created
September 3, 2014 03:10
-
-
Save 0mg/83c1bc2fec0e314687ee to your computer and use it in GitHub Desktop.
CSS for <ruby/>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby { | |
display: inline-block; | |
position: relative; | |
} | |
rp { | |
display: none; | |
} | |
rt { | |
display: block; | |
position: absolute; | |
top: -50%; | |
font-size: 50%; | |
white-space: nowrap; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment