Код: Выделить всё
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.row {
display: flex;
align-items: center;
justify-content: space-evenly;
}
.column {
display: flex;
flex-direction: column;
align-items: center;
align-content: center;
justify-content: center;
}
.main {
padding: 1rem;
}
.description {
opacity: 0;
padding: 0.3rem;
padding-top: 0.2rem;
visibility: hidden;
overflow: auto;
font-size: 0.5rem;
transition: 0.3s ease-in-out;
}
img {
width: 100%;
}
.zoom {
transition: all 1s ease-in-out;
background-color: white;
width: 60%;
}
.zoom:hover {
transform: scale(1.5);
box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.5);
z-index: 68;
}
.zoom:hover .description {
visibility: visible;
animation-name: descriptionName;
animation-duration: 1.6s;
animation-fill-mode: forwards;
}
@keyframes descriptionName {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}< /code>
Document
[img]https://greenwings.co/wp-content/uploads/2018/09/blank-head-profile-pic-for-a-man.jpg[/img]
This is a label - year
[img]https://greenwings.co/wp-content/uploads/2018/09/blank-head-profile-pic-for-a-man.jpg[/img]
This is a label - year
[img]https://greenwings.co/wp-content/uploads/2018/09/blank-head-profile-pic-for-a-man.jpg[/img]
This is a label - year
Подробнее здесь: https://stackoverflow.com/questions/794 ... of-parents
Мобильная версия