Skip to content

Instantly share code, notes, and snippets.

@maxw3st
maxw3st / dabblet.css
Created August 4, 2012 21:42
Modified Carpet
/**
* Modified Carpet
*/
background:
radial-gradient(0% 0%, rgba(150, 150, 150, 0) 9px, #CCD3DD 10px, rgba(150, 150, 150, 0) 11px, transparent),
radial-gradient(100% 100%, rgba(150, 150, 150, 0) 9px, #CCD3DD 10px, rgba(150, 150, 150, 0) 11px, transparent),
radial-gradient(0% 100%, rgba(150, 150, 150, 0) 9px, #BEC4CE 10px, rgba(150, 150, 150, 0) 11px, transparent),
#EBEEF4;
@maxw3st
maxw3st / dabblet.css
Created August 4, 2012 21:16
Modified Carpet
/**
* Modified Carpet
*/
background:
radial-gradient(0% 0%, rgba(150, 150, 150, 0) 9px, #CCD3DD 10px, rgba(150, 150, 150, 0) 11px, transparent),
radial-gradient(100% 100%, rgba(150, 150, 150, 0) 9px, #CCD3DD 10px, rgba(150, 150, 150, 0) 11px, transparent),
radial-gradient(0% 100%, rgba(150, 150, 150, 0) 9px, #BEC4CE 10px, rgba(150, 150, 150, 0) 11px, transparent),
#EBEEF4;
@maxw3st
maxw3st / index.coffeescript
Created July 24, 2012 20:10
Springy particle text A web page created at CodePen.io.
###
Text masked spring particles
Author: Kushagra Gour a.k.a. Chin Chang
###
# requestanimationframe polyfill
window.requestAnimFrame = (->
return window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
window.mozRequestAnimationFrame ||
window.oRequestAnimationFrame ||
@maxw3st
maxw3st / index.coffeescript
Created July 24, 2012 19:26
A web page created at CodePen.io.
###
Text masked spring particles
Author: Kushagra Gour a.k.a. Chin Chang
###
# requestanimationframe polyfill
window.requestAnimFrame = (->
return window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
window.mozRequestAnimationFrame ||
@maxw3st
maxw3st / dabblet.css
Created June 27, 2012 16:34 — forked from LeaVerou/dabblet.css
Challenge by HTeuMeuLeu
/**
* Challenge by HTeuMeuLeu
*/
body {
padding:50px;
background:#2fa7ca;
}
@maxw3st
maxw3st / dabblet.css
Created June 25, 2012 14:20 — forked from daneden/dabblet.css
Multi-level dropdown menus
/**
* Multi-level dropdown menus
*/
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@maxw3st
maxw3st / dabblet.css
Created June 25, 2012 05:03 — forked from LeaVerou/dabblet.css
CSS Box model demo
/**
* CSS Box model demo
*/
body {
width: 300px;
height: 200px;
padding: 30px;
border-width: 10px;
/*box-sizing: border-box;*/
@maxw3st
maxw3st / dabblet.css
Created June 25, 2012 02:55
Floating buttons with adjusting drop shadows @simurai
/**
* Floating buttons with adjusting drop shadows @simurai
*/
html {
background: hsl(30,40%,90%);
}
body {
text-align: center;
padding-top: 100px;
@maxw3st
maxw3st / dabblet.css
Created June 25, 2012 02:53
Gradient The first commented line is your dabblet’s title
/**
* Gradient The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@maxw3st
maxw3st / requirements.md
Created June 22, 2012 15:37 — forked from davetron5000/requirements.md
My Ideal Presentation Software

davetron5000's ideal presentation software

  • Editable as text, preferably markdown
  • Plays in a browser
  • Deployable to heroku or other service completely statically
  • clean default look that is easy to customize without slogging through generated HTML
  • hard-fix the dimensions, e.g. 1024x768 for projectors
  • support for remote control for advancing

Slide Types