Created
February 11, 2015 09:42
-
-
Save gustaff-weldon/5d5cd77b3e10ab10bae3 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
.wrapper, section, aside { | |
height: 200px; | |
} | |
.wrapper { | |
background: #f3f3f3; | |
width: 1200px; | |
margin: 20px auto; | |
display: flex; | |
justify-content:space-between; | |
} | |
.wrapper-secondary { | |
background: #dedede; | |
} | |
section { | |
width: 732px; | |
background: #bbb; | |
} | |
aside { | |
background: #aeaeae; | |
width: 408px; | |
} |
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
<div class="wrapper"> | |
<section>This is section with comments</section> | |
<aside>Comments</aside> | |
</div> | |
<div class="wrapper wrapper-secondary"> | |
<section>This is section without comments</section> | |
</div> |
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":"split","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