Guest User

Untitled

a guest
Jul 1st, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  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 }
Advertisement
Add Comment
Please, Sign In to add comment