Answer the question
In order to leave comments, you need to log in
How to make according to the standard not display block but flex?
There is this block:
<div class="spoiler-title">
<i class="fal fa-info-circle"></i>
</div>
<div class="spoiler-body">
<span class="line"></span>
<p class="comment">Развивайте в себе новые компетенции для профессионального развития и
достижения максимальной результативности.</p>
<span class="line"></span>
</div>
$(document).ready(function(){
$('.spoiler-title').click(function(){
$(this).parent().children('.spoiler-body').slideToggle();
return false;
});
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question