You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
sanya003190
Не работает плавный переход, в чем проблема?
.works {
display: flex;
flex-wrap: wrap;
}
.works__item {
width: 25%;
height: 350px;
position: relative;
overflow: hidden;
}
.works__item:hover .works__content {
opacity: 1;
}
.works__photo {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
transform: translate3d(-50%, -50%, 0);
}
.works__content {
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 100%;
background-color: rgba(232, 69, 69, .9);
opacity: 0;
text-align: center;
position: absolute;
top: 0;
left: 0;
z-index: 2;
transition: opacity 0.2 linear;
}
.works__title {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
margin-bottom: 7px;
}
.works__text {
font-size: 14px;
font-weight: 400;
color: #fff;
font-family: 'Raleway', sans-serif;
}
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.