Skip to content

Instantly share code, notes, and snippets.

@elmousa
elmousa / 0_reuse_code.js
Created February 11, 2014 01:29
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@elmousa
elmousa / index.html
Created November 26, 2012 00:34 — forked from anonymous/index.html
A CodePen by Scott Grogan. CSS Chronograph - Experimenting with ways to visualize time via CSS
<div class="timer-group">
<div class="timer hour">
<div class="hand"><span></span></div>
<div class="hand"><span></span></div>
</div>
<div class="timer minute">
<div class="hand"><span></span></div>
<div class="hand"><span></span></div>
</div>
<div class="timer second">
<!--INSERT IT IN HEAD ELEMENT-->
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
@elmousa
elmousa / gist:3973547
Created October 29, 2012 13:29
details
<details>
<summary>whats your name?</summary>
<h1>moataz</h1>
<details>
<summary>related names</summary>
<h2>alaa</h2>
<h2>amr</h2>
</details>
</details>
<style>
@elmousa
elmousa / index.html
Created October 16, 2012 00:03
html5
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>I LOVE YOU</title>
<meta name="description" content="">
@elmousa
elmousa / html5
Created October 15, 2012 23:47
normalize.css
html5
@elmousa
elmousa / html5_2
Created October 15, 2012 23:43
html 5_2
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>I LOVE YOU</title>
<meta name="description" content="">