Created
July 16, 2015 11:13
-
-
Save jasonals/e7454cf2eb6b0d74f9c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
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