Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 1st, 2012  |  syntax: None  |  size: 0.40 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2.  
  3. 18                     <div id="bubble1"></div>
  4. 19                     <div id="bubble2"></div>
  5. 20                     <div id="bubble3"></div>
  6.  
  7.  
  8.  
  9.  26 #bubble1,#bubble2,#bubble3 {
  10.  27         display: block;
  11.  28         width: 70px;
  12.  29         height: 70px;
  13.  30         margin-left: -90px;
  14.  31         margin-top: auto;
  15.  32         background-color: red;
  16.  33         border-radius: 50%;
  17.  34 }