I could not do it alone, I wanted your help. I would be grateful if anyone could solve this problem for me.
This is the photo on my slide. ThisismyHTMLcode.
<div class="main">
<div class="slideshow">
<div class="sld-left">
<a href="#"><img src="img/img-01.jpg"/></a>
<a href="#"><h2>Lorem Ipsum é simplesmente uma simulação de texto da indústria</h2></a>
</div>
<div class="sld-right-top">
<a href="#"><img src="img/img-02.jpg"/></a>
<a href="#"><h2>Lorem Ipsum é simplesmente uma simulação</h2></a>
</div>
<div class="sld-right-bottom">
<a href="#"><img src="img/img-03.jpg"/></a>
<a href="#"><h2>Lorem Ipsum é simplesmente uma simulação</h2></a>
</div>
(-------------------------------2 slide-----------------------------------)
<div class="sld-left">
<a href="#"><img src="img/img-01.jpg"/></a>
<a href="#"><h2>Lorem Ipsum é simplesmente uma simulação de texto da indústria</h2></a>
</div>
<div class="sld-right-top">
<a href="#"><img src="img/img-02.jpg"/></a>
<a href="#"><h2>Lorem Ipsum é simplesmente uma simulação</h2></a>
</div>
<div class="sld-right-bottom">
<a href="#"><img src="img/img-03.jpg"/></a>
<a href="#"><h2>Lorem Ipsum é simplesmente uma simulação</h2></a>
</div>
</div>
</div>