0
Hey, guys, here’s the deal:
- I created an html that contains an image, a text and a button;
- The image has a Transition that makes the image rise to a certain point;
- 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 the text are executed and a video is shown in the place where the image and the text were.
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>