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";
@kishi001
kishi001 / index.html
Created October 21, 2014 08:42
animated pyrimad using Html and CSS
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href='style.css'/>
<script src='script.js'></script>
</head>
<body class="assignment" >
<div class="3D">
<article id="viewport">
<section id="pyramid">
@kishi001
kishi001 / css
Created October 21, 2014 07:54
solar system using html and css!
html, body {
width: 90%;
height: 90%;
}
.body {
position: absolute;
}