Skip to content

Instantly share code, notes, and snippets.

@mattisbusycom
Last active August 29, 2015 14:11
Show Gist options
  • Save mattisbusycom/8343df520d5e35e985bc to your computer and use it in GitHub Desktop.
Save mattisbusycom/8343df520d5e35e985bc 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
*/
background: #eee;
background: linear-gradient(95deg, #eee, #c0c0c0);
min-height: 100%;
<link rel='stylesheet' href='http://mattisbusy.com/legomrkt/css/bootstrap.min.css'>
<!-- content to be placed inside <body>…</body> -->
<h1>MattIsBusy.Com</h1>
<div class="container-fluid">
<div class="row">
<div class="col-sm-3">
<input type="text" name="query" value="Search..">
<hr>
<p class="lead">Years</p>
<div class="list-group">
<a href="#" class="list-group-item">2014</a>
<a href="#" class="list-group-item">2013</a>
<a href="#" class="list-group-item">2012</a>
</div>
<p class="lead">Themes</p>
<div class="list-group">
<a href="#" class="list-group-item"></a>
<a href="#" class="list-group-item"></a>
</div>
</div>
<div class="col-sm-9">
<div class="page-title">
<h3>
MPNs
<p class='pull-right'>
Set Master Data
</p>
</h3>
</div>
<hr>
<div id="loading">Loading...</div>
</div>
</div>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment