Skip to content

Instantly share code, notes, and snippets.

@jasonals
Created July 16, 2015 11:13
Show Gist options
  • Save jasonals/e7454cf2eb6b0d74f9c2 to your computer and use it in GitHub Desktop.
Save jasonals/e7454cf2eb6b0d74f9c2 to your computer and use it in GitHub Desktop.
* {
position: relative;
display: flex;
flex-direction: column;
flex-shrink: 0;
// overflow: hidden;
box-sizing: border-box;
padding: 0 ;
margin: 0 ;
border: 0 ;
}
span, b, i, strong, em {
display: inline;
}
head, script, meta, title, link, style, template {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment