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

Untitled

By: a guest on Jul 10th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 9  |  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.  * The first commented line is your dabblet’s title
  3.  */
  4. body {
  5. background: #fff;
  6. min-height:100%;
  7. }
  8.  
  9. span {
  10.         border: 5px #000 solid;
  11.         border-radius: 10px;
  12.         display: block;
  13.         float: left;
  14. }
  15.  
  16. img {
  17. border-radius: 5px;
  18. display: block;
  19. padding:0;
  20. }