Skip to content

Instantly share code, notes, and snippets.

/**
* test
*/
.default {
height: 100px;
width: 100px;
border-radius: 2px;
background-color: red;
z-index: 1;
transition: all 500ms ease;
@zsimo
zsimo / dabblet.css
Created March 6, 2014 17:36
Untitled
/*pseudo class*/
.default {
position: absolute;top: 100px;left: 100px;
height: 100px;
width: 100px;
background-color: rgba(0, 0, 0, .8);
color: white;
font-size: 46px;
-webkit-transition: all 500ms ease-in;
}
@zsimo
zsimo / dabblet.css
Created March 6, 2014 17:40
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.base {
width: 100px;
height: 100px;
background: teal;
display: inline-block;
margin: 0;
@zsimo
zsimo / dabblet.css
Created March 6, 2014 18:20
flip card with border
/**
* flip card with border
*/
div {
height: 150px;
width: 150px;
transition: all 500ms ease;
}
.container {
@zsimo
zsimo / dabblet.css
Created March 6, 2014 21:52
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
div {
height: 150px;
width: 150px;
transition: all 500ms ease;
}
.container {
@zsimo
zsimo / design-button.markdown
Created March 7, 2014 09:30
A Pen by Simone.
div {
background: lightblue;
height: 20px;
width: 200px;
margin: 2px;
}
$this->view->json_data = json_encode($json, JSON_HEX_APOS);
@zsimo
zsimo / machine.js
Created December 17, 2019 13:28
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@zsimo
zsimo / machine.js
Created December 17, 2019 14:12
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions