Skip to content

Instantly share code, notes, and snippets.

View shrinkray's full-sized avatar
:octocat:
Focusing

Greg Miller shrinkray

:octocat:
Focusing
View GitHub Profile
@shrinkray
shrinkray / LESS-Mixin-For-3D-Text.markdown
Created December 6, 2014 02:19
LESS Mixin For 3D Text
@shrinkray
shrinkray / CSS3+LESS-Carbon-Fiber-Background.markdown
Created December 6, 2014 02:17
CSS3+LESS Carbon Fiber Background
@shrinkray
shrinkray / number of tickets requested.html
Created October 23, 2014 15:30
Gravity Forms HTML Number Field Using HTML5
<label class='gfield_label' for='num-field'>Number of Tickets Requested<span class='gfield_required'>*</span></label>
<div class='ginput_container'>
<input type="number" min="1" max="64" step="1" value="0" name="tickets-requested" value='' class='small' tabindex='1' id='num-field' >
</div>
@shrinkray
shrinkray / 0_reuse_code.js
Last active August 29, 2015 14: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