Horje
fading bottom image css Code Example
fading bottom image css
.image { position: relative; }
.image img { display: block; position: relative; z-index: 1; width: 100%; }
.image .fade { position: absolute; bottom: 0; width: 100%; height: 150px; z-index: 2; background: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%) repeat scroll 0 0;  }




Css

Related
bootstrap Image thumbnails Code Example bootstrap Image thumbnails Code Example
SCSS lighten Code Example SCSS lighten Code Example
css zebra Code Example css zebra Code Example
how to change text on hover css Code Example how to change text on hover css Code Example
hiding button border when clicked Code Example hiding button border when clicked Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8