Skip to content

Instantly share code, notes, and snippets.

@pavelbier
pavelbier / dabblet.css
Created March 14, 2012 21:29
Twitter CSS3 icon
/**
* Twitter CSS3 icon
*/
div {
padding:20px
}
#myPhoto {
display:block;
@pavelbier
pavelbier / dabblet.css
Created March 13, 2012 10:16 — forked from machal/dabblet.css
Dabblet: CSS speech or tooltip bubble with box shadow
/**
* Dabblet: CSS speech or tooltip bubble with box shadow
* Author: Martin Michálek, twitter.com/machal
*/
.bubble {
width: 200px;
}
.bubble_head {
@pavelbier
pavelbier / sijf advanced
Created March 7, 2012 09:31
JAVASCRIPT: sijf with window and document
(function($,document,window){
})(jQuery,document,window);