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. }