Advertisement
Guest User

Untitled

a guest
Jul 28th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. html {
  2. content: '';
  3. display: block;
  4. position: relative;
  5. bottom: 0;
  6. height: 120px;
  7. background: -moz-linear-gradient(top, rgba(255,255,255,0), #d6d6d6);
  8. }
  9.  
  10. div{
  11. height:100%;
  12. width:100%;
  13. background: -moz-linear-gradient(top, rgba(255,255,255,0), #d6d6d6);
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement