Skip to content

Instantly share code, notes, and snippets.

View maxpelic's full-sized avatar
👀
looking for projects to contribute to

Max Pelic maxpelic

👀
looking for projects to contribute to
View GitHub Profile
anonymous
anonymous / pongwoutcode.html
Created March 7, 2015 18:36
use 650 by 400
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML pong</title>
<style>
#message{
font-family:sans-serif;
font-weight:bold;
text-align:center;
anonymous
anonymous / Untitled.js
Created March 7, 2015 18:33
Test
var yp = 0;
var cp = 0;
var dif = 20;
var b = {
x: 330,
y: 100,
xs: 2,
ys: 1.5
};
var y = 20;
@maxpelic
maxpelic / dabblet.css
Created August 23, 2013 16:38
PelicTech
/**
* PelicTech
*/
body{
background-color:#f8f7f6;
}