Skip to content

Instantly share code, notes, and snippets.

@bartaz
bartaz / dabblet.css
Created April 29, 2015 10:55
Untitled
@keyframes hideshow {
0% { opacity: 1; } 100% { opacity: 0; }
}
.css-animate rect {
animation: hideshow 1s linear infinite;
}
.css-animate rect:nth-child(1) { animation-delay: 0.0s }
.css-animate rect:nth-child(2) { animation-delay: 0.08333333333333333s }
@bartaz
bartaz / dabblet.css
Created March 27, 2015 11:36
Untitled
@keyframes hideshow {
0% { opacity: 1; } 100% { opacity: 0; }
}
.css-animate rect {
animation: hideshow 1s linear infinite;
}
.css-animate rect:nth-child(1) { animation-delay: 0.0s }
.css-animate rect:nth-child(2) { animation-delay: 0.08333333333333333s }
@bartaz
bartaz / dabblet.css
Last active May 14, 2021 13:15
Two circles connected with a line.
/*
Two circles connected with a line.
See: https://github.com/bartaz/impress.js/issues/460
*/
body {
background: #BADA55;
}
.step {
@bartaz
bartaz / dabblet.css
Created July 17, 2013 18:10
Binary switcher
/**
* Binary switcher
*/
body {
font-family: monospace;
font-size: 20px;
}
span {
@bartaz
bartaz / dabblet.css
Created May 11, 2012 21:53
writer.css by Bartek Szopka @bartaz
/**
* writer.css by Bartek Szopka @bartaz
*
* CSS inspired by markdown styles of iA Writer Mac app.
*
* Based on iA Writer markdown guide:
* http://support.iawriter.com/help/kb/frequently-asked-questions-in-general/markdown-syntax-reference-guide
*/
/* Nitti Light that is used by Writer is not a free font,
@bartaz
bartaz / dabblet.css
Created April 21, 2012 22:24
You should write comments in your code
/**
* You should write comments in your code
*
* Slide from "Learning to teach" presentation by Bartek Szopka
* Front-Trends 2012
*/
@import url(http://fonts.googleapis.com/css?family=The+Girl+Next+Door);
html, body {
@bartaz
bartaz / dabblet.css
Created April 21, 2012 21:34
With great power comes great responsibility
/**
* With great power comes great responsibility
*
* Slide from "Learning to teach" presentation by Bartek Szopka
* Front-Trends 2012
*/
@import url(http://fonts.googleapis.com/css?family=The+Girl+Next+Door);
html, body {
@bartaz
bartaz / dabblet.css
Created April 21, 2012 19:58
We are learning all out lives, and we die stupid
/**
* We are learning all out lives, and we die stupid
*
* Slide from "Learning to teach" presentation by Bartek Szopka
* Front-Trends 2012
*/
@import url(http://fonts.googleapis.com/css?family=The+Girl+Next+Door);
html, body {
@bartaz
bartaz / dabblet.css
Created April 21, 2012 19:45
When your job is your passion, you never work
/**
* When your job is your passion, you never work
*
* Slide from "Learning to teach" presentation by Bartek Szopka
* Front-Trends 2012
*/
@import url(http://fonts.googleapis.com/css?family=The+Girl+Next+Door);
html, body {
@bartaz
bartaz / dabblet.css
Created April 21, 2012 19:11
Tell me and I'll forget, show me and I may remember, involve me and I'll understand
/**
* Tell me and I'll forget, show me and I may remember, involve me and I'll understand
*
* Slide from "Learning to teach" presentation by Bartek Szopka
* Front-Trends 2012
*/
@import url(http://fonts.googleapis.com/css?family=The+Girl+Next+Door);
html, body {