Skip to content

Instantly share code, notes, and snippets.

@beovulf
Last active February 3, 2016 09:16
Show Gist options
  • Save beovulf/d15e0f32fdc0d44c1913 to your computer and use it in GitHub Desktop.
Save beovulf/d15e0f32fdc0d44c1913 to your computer and use it in GitHub Desktop.
Inline block without whitespace
parent {
font-size: 0;
}
/* remove atribute from parent */
children {
font-size: 10px;
}
/* reinitialize atribute on children level */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment