Я сейчас пытаюсь использовать это transition: .3s ease;
, однако, при наведении курсора ничего не происходит. В настоящее время я работаю в теме WP под названием «Мост». Я пробовал несколько разных селекторов, но не повезло.
Примечание: Я начинающий, когда дело доходит до HTML / css
Вот -page CSS Я использую:
.resources_img{
display: flex;
justify-content: center;
}
.resources_container {
background-color: #ffffff;
border-radius: 5px;
transition: .3s ease;
margin-bottom: 20px;
margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
padding: 30px 20px;
box-shadow: 0 3px 6px 0 rgba(235,235,235) !important;
border: 1px;
}
.resources_divider{
width: 100%;
height: 1px;
margin-top: 30px;
margin-bottom: 30px;
background-color: #e3ebf1;
}
@media screen
and (min-device-width: 1000px)
and (max-device-width: 3000px){
.resources_equip_row {
padding-left: 10% !important;
padding-right: 10% !important;
}
}
Вот фрагмент этого раздела кода рассматриваемого элемента:
[vc_row css_animation="" row_type="row" use_row_as_full_screen_section="no" type="full_width" angled_section="no" text_align="left" background_image_as_pattern="without_pattern" row_negative_margin="disable_negative_margin" el_class="resources_equip_row" z_index=""][vc_column width="1/4" el_class="resources_container"][vc_single_image image="244" img_size="full" alignment="center" qode_css_animation="" el_class="resources_img"][vc_separator type="normal" el_class="resources_divider"][vc_column_text]
ConvertKit is our go-to email marketing platform because it has been thoughtfully built to the exact needs of creators building online businesses.
[/vc_column_text][/vc_column][vc_column width="1/4" el_class="resources_container"][/vc_column][vc_column width="1/4"][/vc_column][vc_column width="1/4"][/vc_column][/vc_row]