Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<link href="dvs/dvs_common_style.css" type="text/css" rel="stylesheet" />
<script src="dvs/ButtonClassicSkinPlay.js" type="text/javascript"></script>
<script src="dvs/ClassicSkinPlay.js" type="text/javascript"></script>
@sync101
sync101 / 7-Dragonballs.markdown
Last active August 29, 2015 13:57
A Pen by sync101.
@sync101
sync101 / jsdoit.css
Created February 28, 2014 02:43
forked: Slot machine (basics)
body {
font-family: 'Segoe UI', sans-serif;
background-color: #FFFFFF;
margin: 0;
padding: 0;
overflow: hidden;
}
canvas {
position: absolute;
@sync101
sync101 / dabblet.css
Created February 25, 2014 07:00
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@sync101
sync101 / dabblet.css
Created February 24, 2014 00:16
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@sync101
sync101 / dabblet.css
Created February 24, 2014 00:16
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@sync101
sync101 / dabblet.css
Created February 22, 2014 15:00
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@sync101
sync101 / Card-flip.markdown
Created January 30, 2014 20:25
A Pen by sync101.

Card flip

A simple css based card flip animation. Just click on one of the cards!

A Pen by sync101 on CodePen.

License.