Skip to content

Instantly share code, notes, and snippets.

View kalyan02's full-sized avatar

kalyan02

View GitHub Profile
@kalyan02
kalyan02 / tetris.html
Created November 9, 2011 20:07
jsTris
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tetris</title>
<style type="text/css">
body { text-align:center; font:12px "Helvetica Neue", Verdana; }
#container { text-align:center; border:0px solid #ccc; width:845px; margin:auto; overflow:hidden; margin-top:50px; }
#info { width:400px; text-align:left; float:left; border:0px solid #ccc; margin-left:20px; height:600px;
}