-2
<div class="box">
<a href="https://www.microsoft.com/pt-br/windows/" target="_blank"><img src="img/win.png" alt="" width="150px"></a>
</div>
<div class="box">
<a href="https://www.xbox.com/pt-BR" target="_blank"><img src="img/xbox.jpg" alt="" width="150px"></a>
</div>
<div class="box">
<a href="https://www.office.com/?auth=2" target="_blank"><img src="img/office.png" alt="" width="150px"></a>
</div>
<div class="box">
<a href="https://azure.microsoft.com/pt-br/" target="blank"><img src="img/azure.png" alt="" width="150px"></a>
</div>
<div class="box">
<a href="https://www.microsoft.com/pt-br/microsoft-365/onedrive/online-cloud-storage" target="_blank"><img src="img/onedrive.jpg" alt="" width="150px"></a>
</div>
<style>
div.box {
width: 200px;
display: inline-block;
}
</style>
</section>
</body>
The link to the pages appear, however, appear to the left of the image, and not on top of it.
Man you got to put
display: inline-block;
on the link, on the tag<a>
– hugocsl
Continued the same thing :/
– Caio Bonani