Skip to content

Instantly share code, notes, and snippets.

View Obrienzo's full-sized avatar
🎯
Focusing

Obrienzo Obrienzo

🎯
Focusing
  • Anywhere
View GitHub Profile
@whizark
whizark / class-naming-convention.md
Last active November 9, 2025 17:16
HTML/CSS Class Naming Convention #html #css #sass
@unruthless
unruthless / CSS for <sup> and <sub>
Created May 26, 2010 01:31
CSS for <sub> and <sup>
sub, sup {
/* Specified in % so that the sup/sup is the
right size relative to the surrounding text */
font-size: 75%;
/* Zero out the line-height so that it doesn't
interfere with the positioning that follows */
line-height: 0;
/* Where the magic happens: makes all browsers position