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

Untitled

By: a guest on Jun 13th, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 15  |  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.  
  5. padding: 100px 20px 0;
  6. background: #f06;
  7. background: linear-gradient(45deg, #f06, yellow);
  8. min-height:100%;
  9. font-family: Helvetica;
  10. font-size: 200px;
  11. font-weight: bold;
  12. line-height: 1;
  13. color: #fff;
  14. text-align: center;
  15. text-shadow: #6374AB 10px 10px 2px;