Skip to content

Instantly share code, notes, and snippets.

View iLeonelPerea's full-sized avatar
🏠
Working from home

Leonel Perea iLeonelPerea

🏠
Working from home
View GitHub Profile
@enjoylife
enjoylife / bmenu.js
Created October 28, 2015 04:12
bubble menu
       
   <style type="text/css">
    #mainBubble {
      background: #fff;
      border: solid 1px #ddd;
      box-shadow: 0 0 4px rgba(0,0,0,0);
      font: 10px sans-serif;
      height: 800px;
      position: relative;
      width: 80%;