Skip to content

Instantly share code, notes, and snippets.

View terjin's full-sized avatar

Terjin Dhillon terjin

View GitHub Profile
@terjin
terjin / Blip Animation.css
Created December 2, 2010 00:35
A blip that pulsates created with css3
.tip_shape {
position: absolute;
top: 22px;
left: 7px;
width: 10px;
height: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0 0 2px black;
@terjin
terjin / HTML5 Skeleton
Created September 10, 2010 06:36
HTML 5 Skeleton
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title></title>
<link rel="stylesheet" type="text/css" media="screen" href="css/master.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->