Skip to content

Instantly share code, notes, and snippets.

View ed1nh0's full-sized avatar
👶
Baby onboard

Edson Simão Jr. ed1nh0

👶
Baby onboard
  • zeus agrotech
  • Uberlandia, Brazil
  • 13:28 (UTC -03:00)
  • X @ed1nh0
  • LinkedIn in/ed1nh0
View GitHub Profile
@ed1nh0
ed1nh0 / dabblet.css
Created May 14, 2013 17:47
Circular Tooltip (SO)
/**
* Circular Tooltip (SO)
* http://stackoverflow.com/q/13132864/1397351
*/
* { margin: 0; padding: 0; }
body {
overflow: hidden;
background: url(http://theearlcarlson.com/experiments/amTooltip/img/bg.jpg);
}
/* generic styles for button & circular menu */
@ed1nh0
ed1nh0 / dabblet.css
Created October 7, 2013 13:32 — forked from LeaVerou/dabblet.css
Easy trapezoids with 3D transforms
/**
* Easy trapezoids with 3D transforms
*/
p {
position: relative;
display: inline-block;
padding: 1em;
margin: 2em;
}