The Pros and Cons of EBooks

.container {
position: relative;
width: 250px;
margin:1em;
}

.image {
display: block;
width: 250px;
height: 250px;
}

.overlay {
position: absolute;
top: 2px;
bottom: 2px;
left: 2px;
right: 2px;
height: 250px;
width: 250px;
opacity: 0;
transition: .5s ease;
background-color: rgba(0, 0, 0, .7);
}

.container:hover .overlay {
opacity: 1;
}

.text {
width:
 •  0 comments  •  flag
Share on Twitter
Published on January 13, 2019 22:00
No comments have been added yet.