Hello everyone, it's the following:
- I've created an html that contains an image, a text and a button;
- The image has a transition that makes the image rise to some extent;
- Text has an opacity when I hover over it;
What I need is that when I click the button the actions of the image and text are executed and a video is shown where the image and text were.
The html looks something like this
<div class="center-natal">
<div class="animationNatal">
<img class="logoNatal" src="img.png" alt="" title="" />
<h1 class="titNatal">MOMENTOS QUE MARCAM...<br><span>TRADIÇÕES QUE FICAM!</span></h1>
</div>
<a href="#" class="btn-assita-natal">ASSISTA AO FILME</a>
</div>