Skip to content

Instantly share code, notes, and snippets.

View kishi001's full-sized avatar
💭
I may be slow to respond.

kishan kishi001

💭
I may be slow to respond.
View GitHub Profile
@kishi001
kishi001 / game2048.css
Created February 20, 2015 19:17
2048 game using HTML, CSS and javaScript
html{
height: 100%;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
p{
color: black;
font-family: "microsoft yahei";