Skip to content

Instantly share code, notes, and snippets.

@MadaraUchiha
Created April 21, 2012 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MadaraUchiha/2437505 to your computer and use it in GitHub Desktop.
Save MadaraUchiha/2437505 to your computer and use it in GitHub Desktop.
Negative margin eliminates space
/**
* Negative margin eliminates space
*/
span {
margin:0;
padding:0;
border:1px solid blue;
font-size:256px;
margin-left: -24px;
}
<span>
</span>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment