Skip to content

Instantly share code, notes, and snippets.

View scottgarner's full-sized avatar

Scott Garner scottgarner

View GitHub Profile
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>
$('document').ready(function() {
$('body').keyup(function(e){
if(e.keyCode == 32){
@scottgarner
scottgarner / doublevideo.html
Last active December 26, 2015 02:19
#processinghourofcode
<style>
div#container {
position:relative;
top:0;
left:0;
width:900px;
height:450px;
background:#369;
margin: 4em auto;