Skip to content

Instantly share code, notes, and snippets.

@robhrt7
Created November 18, 2012 15:26
Show Gist options
  • Save robhrt7/4105804 to your computer and use it in GitHub Desktop.
Save robhrt7/4105804 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: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
<div id="editor" class="editor" data-gist-id="">
<label for="editor_description">Description*</label>
<input type="text" name="description" id="editor_description" class="it" laceholder="Enter snippet name or description">
<label for="editor_css-editor">
CSS
</label>
<textarea name="html-editor" id="editor_css-editor" class="editor_itx itx" placeholder="CSS source"></textarea>
<label for="editor_html-editor">
HTML
</label>
<textarea name="css-editor" id="editor_html-editor" class="editor_itx itx" placeholder="HTML source"></textarea>
<div class="editor_controls">
<button class="editor_save btn btn-info" id="editor_update-gist" >Save</button>
<button class="editor_save-new btn disabled" id="editor_save-new-gist" >Save to new snippet</button>
<button class="editor_delete btn btn-danger pull-right" id="editor_delete-gist" >Delete snippet</button>
</div>
</div>
{"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