Skip to content

Instantly share code, notes, and snippets.

@josephrexme
Created February 16, 2017 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephrexme/961f73d3a5f1dfc1b748e92ab425403c to your computer and use it in GitHub Desktop.
Save josephrexme/961f73d3a5f1dfc1b748e92ab425403c to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* 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;
}
<!-- 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>
// alert('Hello world!');
{"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