Skip to content

Instantly share code, notes, and snippets.

View onsamyj's full-sized avatar
💭
Linuxing away.

Andrew onsamyj

💭
Linuxing away.
View GitHub Profile
@onsamyj
onsamyj / subsup
Last active July 19, 2023 07:11
Proper <sub> and <sup> tags #CSS
sup, sub {
position: relative;
vertical-align: middle;
font-size: 75%;
font-weight: normal;
}
sup {
bottom: 0.5em;
}