/ Published in: CSS
Using the smaller font-size globally.
Expand |
Embed | Plain Text
sup, sub { vertical-align: baseline; position: relative; top: -0.4em; } sub { top: 0.4em; }
You need to login to post a comment.
Using the smaller font-size globally.
sup, sub { vertical-align: baseline; position: relative; top: -0.4em; } sub { top: 0.4em; }
You need to login to post a comment.