Skip to content

Instantly share code, notes, and snippets.

@0mg
Created September 3, 2014 03:10
Show Gist options
  • Save 0mg/83c1bc2fec0e314687ee to your computer and use it in GitHub Desktop.
Save 0mg/83c1bc2fec0e314687ee to your computer and use it in GitHub Desktop.
CSS for <ruby/>
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