Created
February 16, 2017 19:43
-
-
Save josephrexme/961f73d3a5f1dfc1b748e92ab425403c to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains 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 | |
*/ | |
/* | |
.row{ | |
} | |
.row::before, .row::after{ | |
content: ' '; | |
display: table; | |
} | |
.row::after{ | |
clear: both; | |
}*/ | |
[class^=col-md-]{ | |
float: left; | |
} | |
.col-md-6{ | |
width: 50%; | |
} | |
.red.red{ | |
color: red; | |
} | |
.blue{ | |
color: blue; | |
} |
This file contains 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
<!-- content to be placed inside <body>…</body> --> | |
<p>I love playing basketball</p> | |
<div class="row"> | |
<div class="col-md-6">Hello</div> | |
<div class="col-md-6">World</div> | |
</div> | |
<p class="red blue">This is great ain't it</p> |
This file contains 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 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