Skip to content

Instantly share code, notes, and snippets.

.ff-fileupload-drop-area {
display: flex;
align-content: flex-start;
align-items: flex-start;
background-color: #FFF;
border: 1px solid #6C6F70;
border-radius: 3px;
cursor: pointer;
}
@KISS
KISS / 0_reuse_code.js
Created January 13, 2016 16:35
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
var students = [
{
name: 'sarah',
track: 'iOS',
achievements: 23,
points: 242,
},
{
name: 'sah',
track: 'Web Design',
<h3>Manage your payroll <span style='float: right; font-weight: normal; color: #aaa'>Your wage: <b>$<%= wage %></b></h3>
<div class='section' style='margin-top: 4em'>
<h6>How much of your wage do you want in bitcoin?</h6>
<div id="slider" class="ui-slider" style='margin: 1.5em 0'>
<div class="ui-slider-segment"></div>
<div class="ui-slider-segment"></div>
<div class="ui-slider-segment"></div>
</div>
<div class="form-group">