/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
sup, sub { height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative; } sup { bottom: 1ex; } sub { top: .5ex; }