Skip to content

Instantly share code, notes, and snippets.

View joelcoxokc's full-sized avatar

Joel Cox joelcoxokc

View GitHub Profile
@joelcoxokc
joelcoxokc / input.scss
Created November 15, 2023 18:52
Generated by SassMeister.com.
$flex-justify-types: (
center,
start,
end,
left,
right,
normal,
space-between,
space-around,
space-evenly,
@joelcoxokc
joelcoxokc / instructions.md
Created March 10, 2020 02:19 — forked from garrettjoecox/instructions.md
Make windows 10 suck less
@joelcoxokc
joelcoxokc / app.css
Last active September 7, 2016 23:44
graph
body {
background: #333;
}
.x-axis .tick {
stroke: white;
opacity: .25 !important;
}
.x-axis .tick line {
stroke: white;
@joelcoxokc
joelcoxokc / app.css
Last active August 18, 2016 21:56
sortable
.container {
display:flex;
flex-direction: row;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
min-width:100%;
min-height: 100%;
@joelcoxokc
joelcoxokc / SassMeister-input-HTML.html
Created July 5, 2015 19:15
Generated by SassMeister.com.
<section>
<aside>Sidebar</aside>
<article>Content</article>
</section>
@joelcoxokc
joelcoxokc / new_gist_file_0
Created January 11, 2014 07:07
From http://localhost/repos/trackcom/public/umessages
_
@joelcoxokc
joelcoxokc / 0_reuse_code.js
Created January 11, 2014 07:07
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