Created
March 23, 2016 00:48
-
-
Save eduardojmatos/afa86e7875b0404aaf8d to your computer and use it in GitHub Desktop.
max-content
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
section { | |
max-width: max-content; | |
margin: auto; | |
border: 1px solid #000; | |
} | |
section p { | |
padding: 10px; | |
background-color: yellow; | |
} |
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
<section> | |
<h1>max-content</h1> | |
<p>VHS occupy seitan, next level aesthetic chicharrones beard listicle tofu.</p> | |
<p>Readymade roof party put a bird on it organic hammock pour-over narwhal church-key 8-bit.</p> | |
</section> |
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
// alert('Hello world!'); |
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
{"view":"separate","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