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

Untitled

By: a guest on Aug 22nd, 2012  |  syntax: None  |  size: 0.24 KB  |  hits: 10  |  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.  background: #f06;
  4. background: linear-gradient(45deg, #f06, yellow);
  5. min-height: 100%;
  6.  */
  7.  
  8. div {
  9.         width: 150px;
  10.         height: 150px;
  11.         background: #BADA55;
  12.         position: relative;
  13.         right: 10px;
  14. }