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

Untitled

By: a guest on Sep 21st, 2012  |  syntax: None  |  size: 0.35 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. body {
  2.   background-color: black;
  3.   padding: 100px 0 0 100px;
  4. }
  5.  
  6. div {
  7.   background: #000;
  8.   float: left;
  9.   height: 1px;
  10.   margin: 0 1px 0 0;
  11.   position: relative;
  12.   transition: all linear 30ms;
  13.   width: 2px;
  14.   -webkit-box-reflect:below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.35, transparent), to(black));
  15. }